TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptPkcs7VerifyRuntime.c
Go to the documentation of this file.
1
9#include "InternalCryptLib.h"
10
27BOOLEAN
28EFIAPI
30 IN CONST UINT8 *P7Data,
31 IN UINTN P7Length,
32 OUT VOID **Content,
33 OUT UINTN *ContentSize
34 )
35{
36 ASSERT (FALSE);
37 return FALSE;
38}
UINT64 UINTN
#define CONST
Definition: Base.h:259
#define FALSE
Definition: Base.h:307
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
BOOLEAN EFIAPI Pkcs7GetAttachedContent(IN CONST UINT8 *P7Data, IN UINTN P7Length, OUT VOID **Content, OUT UINTN *ContentSize)