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
35
BOOLEAN
36
EFIAPI
37
Pkcs5HashPassword
(
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
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
CONST
#define CONST
Definition:
Base.h:259
FALSE
#define FALSE
Definition:
Base.h:307
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
Pkcs5HashPassword
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)
Definition:
CryptPkcs5Pbkdf2Null.c:37
CryptoPkg
Library
BaseCryptLib
Pk
CryptPkcs5Pbkdf2Null.c
Generated on Fri Nov 15 2024 18:01:05 for TianoCore EDK2 by
1.9.6