TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptTsNull.c
Go to the documentation of this file.
1
10#include "InternalCryptLib.h"
11
30BOOLEAN
31EFIAPI
33 IN CONST UINT8 *AuthData,
34 IN UINTN DataSize,
35 IN CONST UINT8 *TsaCert,
36 IN UINTN CertSize,
37 OUT EFI_TIME *SigningTime
38 )
39{
40 ASSERT (FALSE);
41 return FALSE;
42}
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 ImageTimestampVerify(IN CONST UINT8 *AuthData, IN UINTN DataSize, IN CONST UINT8 *TsaCert, IN UINTN CertSize, OUT EFI_TIME *SigningTime)
Definition: CryptTsNull.c:32