TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptPkcs5Pbkdf2Null.c
Go to the documentation of this file.
1
10#include "InternalCryptLib.h"
11#include <openssl/evp.h>
12#include <openssl/hmac.h>
13
35BOOLEAN
36EFIAPI
38 IN UINTN PasswordLength,
39 IN CONST CHAR8 *Password,
40 IN UINTN SaltLength,
41 IN CONST UINT8 *Salt,
42 IN UINTN IterationCount,
43 IN UINTN DigestSize,
44 IN UINTN KeyLength,
45 OUT UINT8 *OutKey
46 )
47{
48 ASSERT (FALSE);
49 return FALSE;
50}
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)