Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c868 UINT8 CertDigest[MAX_DIGEST_SIZE]; in IsCertHashFoundInDatabase() local
913 ZeroMem (CertDigest, MAX_DIGEST_SIZE); in IsCertHashFoundInDatabase()
926 Status = mHash[HashAlg].HashFinal (HashCtx, CertDigest); in IsCertHashFoundInDatabase()
939 if (CompareMem (DbxCertHash, CertDigest, mHash[HashAlg].DigestLength) == 0) { in IsCertHashFoundInDatabase()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.c1167 UINT8 CertDigest[MAX_DIGEST_SIZE]; in IsCertHashFoundInDbx() local
1219 if (!CalculateCertHash (Certificate, CertSize, HashAlg, CertDigest)) { in IsCertHashFoundInDbx()
1231 if (CompareMem (DbxCertHash, CertDigest, mHash[HashAlg].DigestLength) == 0) { in IsCertHashFoundInDbx()