Home
last modified time | relevance | path

Searched refs:MD4_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DHashVerify.c30 GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 Md4Digest[MD4_DIGEST_SIZE] = {
130 if (CompareMem (Digest, Md4Digest, MD4_DIGEST_SIZE) != 0) { in ValidateCryptDigest()
142 if (CompareMem (Digest, Md4Digest, MD4_DIGEST_SIZE) != 0) { in ValidateCryptDigest()
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h26 #define MD4_DIGEST_SIZE 16 macro