Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
DPkcs7VerifyDxe.c488 UINT8 *CertBuffer; in P7CheckRevocation() local
502 CertBuffer = NULL; in P7CheckRevocation()
565 …Pkcs7GetSigners (SignedData, SignedDataSize, &CertBuffer, &BufferLength, &TrustedCert, &TrustedCer… in P7CheckRevocation()
566 if ((BufferLength == 0) || (CertBuffer == NULL)) { in P7CheckRevocation()
574 CertNumber = (UINT8) (*CertBuffer); in P7CheckRevocation()
575 CertPtr = CertBuffer + 1; in P7CheckRevocation()
603 Pkcs7FreeSigners (CertBuffer); in P7CheckRevocation()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c1338 UINT8 *CertBuffer; in IsForbiddenByDbx() local
1361 CertBuffer = NULL; in IsForbiddenByDbx()
1446 …Pkcs7GetSigners (AuthData, AuthDataSize, &CertBuffer, &BufferLength, &TrustedCert, &TrustedCertLen… in IsForbiddenByDbx()
1447 if ((BufferLength == 0) || (CertBuffer == NULL)) { in IsForbiddenByDbx()
1455 CertNumber = (UINT8) (*CertBuffer); in IsForbiddenByDbx()
1456 CertPtr = CertBuffer + 1; in IsForbiddenByDbx()
1507 Pkcs7FreeSigners (CertBuffer); in IsForbiddenByDbx()