TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptPkcs5Pbkdf2Null.c
Go to the documentation of this file.
1
10#include "InternalCryptLib.h"
11
33BOOLEAN
34EFIAPI
36 IN UINTN PasswordLength,
37 IN CONST CHAR8 *Password,
38 IN UINTN SaltLength,
39 IN CONST UINT8 *Salt,
40 IN UINTN IterationCount,
41 IN UINTN DigestSize,
42 IN UINTN KeyLength,
43 OUT UINT8 *OutKey
44 )
45{
46 ASSERT (FALSE);
47 return FALSE;
48}
UINT64 UINTN
#define CONST
Definition: Base.h:259
#define FALSE
Definition: Base.h:307
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
BOOLEAN EFIAPI Pkcs5HashPassword(IN UINTN PasswordLength, IN CONST CHAR8 *Password, IN UINTN SaltLength, IN CONST UINT8 *Salt, IN UINTN IterationCount, IN UINTN DigestSize, IN UINTN KeyLength, OUT UINT8 *OutKey)