Searched refs:TrustedCert (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
D | CryptAuthenticode.c | 67 IN CONST UINT8 *TrustedCert, in AuthenticodeVerify() argument 85 if ((AuthData == NULL) || (TrustedCert == NULL) || (ImageHash == NULL)) { in AuthenticodeVerify() 189 …Status = (BOOLEAN) Pkcs7Verify (OrigAuthData, DataSize, TrustedCert, CertSize, SpcIndirectDataCont… in AuthenticodeVerify()
|
D | CryptPkcs7VerifyNull.c | 44 OUT UINT8 **TrustedCert, in Pkcs7GetSigners() argument 126 IN CONST UINT8 *TrustedCert, in Pkcs7Verify() argument
|
D | CryptPkcs7Verify.c | 258 OUT UINT8 **TrustedCert, in Pkcs7GetSigners() argument 278 (TrustedCert == NULL) || (CertLength == NULL) || (P7Length > INT_MAX)) { in Pkcs7GetSigners() 368 *TrustedCert = malloc (*CertLength); in Pkcs7GetSigners() 369 if (*TrustedCert == NULL) { in Pkcs7GetSigners() 373 CopyMem (*TrustedCert, CertBuf + OldSize + sizeof (UINT32), *CertLength); in Pkcs7GetSigners() 749 IN CONST UINT8 *TrustedCert, in Pkcs7Verify() argument 768 if (P7Data == NULL || TrustedCert == NULL || InData == NULL || in Pkcs7Verify() 830 Temp = TrustedCert; in Pkcs7Verify()
|
D | CryptAuthenticodeNull.c | 43 IN CONST UINT8 *TrustedCert, in AuthenticodeVerify() argument
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/ |
D | CryptPkcs7VerifyNull.c | 44 OUT UINT8 **TrustedCert, in Pkcs7GetSigners() argument 126 IN CONST UINT8 *TrustedCert, in Pkcs7Verify() argument
|
D | CryptAuthenticodeNull.c | 43 IN CONST UINT8 *TrustedCert, in AuthenticodeVerify() argument
|
/device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/ |
D | Pkcs7VerifyDxe.c | 490 UINT8 *TrustedCert; in P7CheckRevocation() local 503 TrustedCert = NULL; in P7CheckRevocation() 565 …Pkcs7GetSigners (SignedData, SignedDataSize, &CertBuffer, &BufferLength, &TrustedCert, &TrustedCer… in P7CheckRevocation() 604 Pkcs7FreeSigners (TrustedCert); in P7CheckRevocation()
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/ |
D | BaseCryptLib.h | 2283 OUT UINT8 **TrustedCert, 2398 IN CONST UINT8 *TrustedCert, 2462 IN CONST UINT8 *TrustedCert,
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/ |
D | DxeImageVerificationLib.c | 1242 UINT8 *TrustedCert; in IsForbiddenByDbx() local 1261 TrustedCert = NULL; in IsForbiddenByDbx() 1341 …Pkcs7GetSigners (AuthData, AuthDataSize, &CertBuffer, &BufferLength, &TrustedCert, &TrustedCertLen… in IsForbiddenByDbx() 1384 Pkcs7FreeSigners (TrustedCert); in IsForbiddenByDbx()
|