Home
last modified time | relevance | path

Searched refs:NewMd5Context (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hash/
DCryptMd5.c86 OUT VOID *NewMd5Context in Md5Duplicate() argument
92 if (Md5Context == NULL || NewMd5Context == NULL) { in Md5Duplicate()
96 CopyMem (NewMd5Context, Md5Context, sizeof (MD5_CTX)); in Md5Duplicate()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/
DCryptMd5Null.c73 OUT VOID *NewMd5Context in Md5Duplicate() argument
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h249 OUT VOID *NewMd5Context