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

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7VerifyNull.c 25 @param[in] P7Data Pointer to the PKCS#7 message to verify.
27 @param[out] CertStack Pointer to Signer's certificates retrieved from P7Data.
40 IN CONST UINT8 *P7Data,
75 @param[in] P7Data Pointer to the PKCS#7 message.
91 IN CONST UINT8 *P7Data,
110 @param[in] P7Data Pointer to the PKCS#7 message to verify.
124 IN CONST UINT8 *P7Data,
142 @param[in] P7Data Pointer to the PKCS#7 signed data to process.
148 @retval TRUE The P7Data was correctly formatted for processing.
149 @retval FALSE The P7Data was not correctly formatted for processing.
    [all...]
CryptPkcs7Sign.c 64 UINT8 *P7Data;
157 P7Data = malloc (P7DataSize);
158 if (P7Data == NULL) {
162 Tmp = P7Data;
173 OPENSSL_free (P7Data);
177 CopyMem (*SignedData, P7Data + 19, *SignedDataSize);
179 OPENSSL_free (P7Data);
CryptPkcs7Verify.c 34 Check input P7Data is a wrapped ContentInfo structure or not. If not construct
35 a new structure to wrap P7Data.
41 @param[in] P7Data Pointer to the PKCS#7 message to verify.
43 @param[out] WrapFlag If TRUE P7Data is a ContentInfo structure, otherwise
46 1) when WrapFlag is TRUE, pointer to P7Data.
58 IN CONST UINT8 *P7Data,
69 // Check whether input P7Data is a wrapped ContentInfo structure or not.
72 if ((P7Data[4] == 0x06) && (P7Data[5] == 0x09)) {
73 if (CompareMem (P7Data + 6, mOidValue, sizeof (mOidValue)) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptPkcs7VerifyNull.c 25 @param[in] P7Data Pointer to the PKCS#7 message to verify.
27 @param[out] CertStack Pointer to Signer's certificates retrieved from P7Data.
40 IN CONST UINT8 *P7Data,
75 @param[in] P7Data Pointer to the PKCS#7 message.
91 IN CONST UINT8 *P7Data,
110 @param[in] P7Data Pointer to the PKCS#7 message to verify.
124 IN CONST UINT8 *P7Data,
142 @param[in] P7Data Pointer to the PKCS#7 signed data to process.
148 @retval TRUE The P7Data was correctly formatted for processing.
149 @retval FALSE The P7Data was not correctly formatted for processing.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibPkcs7/
FmpAuthenticationLibPkcs7.c 73 VOID *P7Data;
80 P7Data = Image->AuthInfo.CertData;
101 P7Data,
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h     [all...]

Completed in 135 milliseconds