Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c869 UINT8 *DbxCertHash; in IsCertHashFoundInDatabase() local
938 DbxCertHash = CertHash->SignatureData; in IsCertHashFoundInDatabase()
939 if (CompareMem (DbxCertHash, CertDigest, mHash[HashAlg].DigestLength) == 0) { in IsCertHashFoundInDatabase()
948 …CopyMem (RevocationTime, (EFI_TIME *)(DbxCertHash + mHash[HashAlg].DigestLength), sizeof (EFI_TIME… in IsCertHashFoundInDatabase()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.c1168 UINT8 *DbxCertHash; in IsCertHashFoundInDbx() local
1230 DbxCertHash = CertHash->SignatureData; in IsCertHashFoundInDbx()
1231 if (CompareMem (DbxCertHash, CertDigest, mHash[HashAlg].DigestLength) == 0) { in IsCertHashFoundInDbx()