Home | History | Annotate | Download | only in SecureBootConfigDxe

Lines Matching refs:CertDigest

1167   UINT8                   CertDigest[MAX_DIGEST_SIZE];

1219 if (!CalculateCertHash (Certificate, CertSize, HashAlg, CertDigest)) {
1231 if (CompareMem (DbxCertHash, CertDigest, mHash[HashAlg].DigestLength) == 0) {