HomeSort by relevance Sort by last modified time
    Searched refs:TBSCertSize (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptX509Null.c 190 @param[out] TBSCertSize Size of the TBS certificate in bytes.
201 OUT UINTN *TBSCertSize
CryptX509.c 511 @param[out] TBSCertSize Size of the TBS certificate in bytes.
515 If TBSCertSize is NULL, then return FALSE.
527 OUT UINTN *TBSCertSize
539 (TBSCertSize == NULL) || (CertSize > INT_MAX)) {
577 *TBSCertSize = Length + (Temp - *TBSCert);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptX509Null.c 190 @param[out] TBSCertSize Size of the TBS certificate in bytes.
201 OUT UINTN *TBSCertSize
  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c 222 UINTN TBSCertSize;
235 if (!X509GetTBSCert (Certificate, CertSize, &TBSCert, &TBSCertSize)) {
255 Status = CalculateDataHash (TBSCert, TBSCertSize, &gEfiCertSha256Guid, CertHashVal);
258 Status = CalculateDataHash (TBSCert, TBSCertSize, &gEfiCertSha384Guid, CertHashVal);
261 Status = CalculateDataHash (TBSCert, TBSCertSize, &gEfiCertSha512Guid, CertHashVal);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 872 UINTN TBSCertSize;
887 if (!X509GetTBSCert (Certificate, CertSize, &TBSCert, &TBSCertSize)) {
922 Status = mHash[HashAlg].HashUpdate (HashCtx, TBSCert, TBSCertSize);
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]

Completed in 224 milliseconds