Home | History | Annotate | Download | only in DxeImageVerificationLib

Lines Matching refs:DbxCertHash

869   UINT8               *DbxCertHash;

938 DbxCertHash = CertHash->SignatureData;
939 if (CompareMem (DbxCertHash, CertDigest, mHash[HashAlg].DigestLength) == 0) {
948 CopyMem (RevocationTime, (EFI_TIME *)(DbxCertHash + mHash[HashAlg].DigestLength), sizeof (EFI_TIME));