Home | History | Annotate | Download | only in SecureBootConfigDxe

Lines Matching refs:TBSCertSize

1091   UINTN                     TBSCertSize;

1103 if (!X509GetTBSCert (CertData, CertSize, &TBSCert, &TBSCertSize)) {
1125 Status = mHash[HashAlg].HashUpdate (HashCtx, TBSCert, TBSCertSize);