Searched defs:Content (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptPkcs7VerifyNull.c144 @param[out] Content Pointer to the extracted content from the PKCS#7 signedData.
157 OUT VOID **Content,
154 Pkcs7GetAttachedContent( IN CONST UINT8 *P7Data, IN UINTN P7Length, OUT VOID **Content, OUT UINTN *ContentSize ) argument
H A DCryptPkcs7Verify.c897 If P7Data, Content, or ContentSize is NULL, then return FALSE. If P7Length overflow,
905 @param[out] Content Pointer to the extracted content from the PKCS#7 signedData.
918 OUT VOID **Content,
933 if ((P7Data == NULL) || (P7Length > INT_MAX) || (Content == NULL) || (ContentSize == NULL)) {
937 *Content = NULL;
970 // No Content supplied for PKCS7 detached signedData
972 *Content = NULL;
981 *Content = malloc (*ContentSize);
982 if (*Content == NULL) {
986 CopyMem (*Content, OctSt
915 Pkcs7GetAttachedContent( IN CONST UINT8 *P7Data, IN UINTN P7Length, OUT VOID **Content, OUT UINTN *ContentSize ) argument
[all...]
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
H A DCryptPkcs7VerifyNull.c144 @param[out] Content Pointer to the extracted content from the PKCS#7 signedData.
157 OUT VOID **Content,
154 Pkcs7GetAttachedContent( IN CONST UINT8 *P7Data, IN UINTN P7Length, OUT VOID **Content, OUT UINTN *ContentSize ) argument
/device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
H A DPkcs7VerifyDxe.c119 @param[in] Content Pointer to the content buffer that is searched for.
131 IN UINT8 *Content,
165 if (!CalculateDataHash (Content, ContentSize, &SigList->SignatureType, HashVal)) {
466 Content is not NULL and ContentSize is NULL.
467 @retval EFI_NOT_FOUND Content not found because InData is NULL and no
627 Content is not NULL and ContentSize is NULL.
628 @retval EFI_NOT_FOUND Content not found because InData is NULL and no
747 @param[out] Content On input, points to an optional caller-allocated
753 buffer Content previously allocated by caller. On
760 This parameter must be 0 if Content i
130 IsContentHashRevoked( IN UINT8 *Content, IN UINTN ContentSize, IN EFI_SIGNATURE_LIST **RevokedDb ) argument
[all...]

Completed in 104 milliseconds