Searched defs:Md4Context (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Hash/
H A DCryptMd4.c37 Initializes user-supplied memory pointed by Md4Context as MD4 hash context for
40 If Md4Context is NULL, then return FALSE.
42 @param[out] Md4Context Pointer to MD4 context being initialized.
51 OUT VOID *Md4Context
57 if (Md4Context == NULL) {
64 return (BOOLEAN) (MD4_Init ((MD4_CTX *)Md4Context));
70 If Md4Context is NULL, then return FALSE.
73 @param[in] Md4Context Pointer to MD4 context being copied.
83 IN CONST VOID *Md4Context,
90 if (Md4Context
82 Md4Duplicate( IN CONST VOID *Md4Context, OUT VOID *NewMd4Context ) argument
119 Md4Update( IN OUT VOID *Md4Context, IN CONST VOID *Data, IN UINTN DataSize ) argument
167 Md4Final( IN OUT VOID *Md4Context, OUT UINT8 *HashValue ) argument
[all...]

Completed in 65 milliseconds