TianoCore EDK2
master
Loading...
Searching...
No Matches
CryptPkcs5Pbkdf2Null.c
Go to the documentation of this file.
1
10
#include "InternalCryptLib.h"
11
33
BOOLEAN
34
EFIAPI
35
Pkcs5HashPassword
(
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
}
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
BaseCryptLibMbedTls
Pk
CryptPkcs5Pbkdf2Null.c
Generated on Fri Nov 15 2024 18:01:05 for TianoCore EDK2 by
1.9.6