Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/HashInstanceLibSha256/
DHashInstanceLibSha256.c34 IN UINT8 *Sha256Digest in Tpm2SetSha256ToDigestList() argument
41 Sha256Digest, in Tpm2SetSha256ToDigestList()
/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DHashVerify.c52 GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 Sha256Digest[SHA256_DIGEST_SIZE] = { variable
250 if (CompareMem (Digest, Sha256Digest, SHA256_DIGEST_SIZE) != 0) { in ValidateCryptDigest()