TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptAuthenticodeNull.c
Go to the documentation of this file.
1
10#include "InternalCryptLib.h"
11
32BOOLEAN
33EFIAPI
35 IN CONST UINT8 *AuthData,
36 IN UINTN DataSize,
37 IN CONST UINT8 *TrustedCert,
38 IN UINTN CertSize,
39 IN CONST UINT8 *ImageHash,
40 IN UINTN HashSize
41 )
42{
43 ASSERT (FALSE);
44 return FALSE;
45}
UINT64 UINTN
#define CONST
Definition: Base.h:259
#define FALSE
Definition: Base.h:307
#define IN
Definition: Base.h:279
BOOLEAN EFIAPI AuthenticodeVerify(IN CONST UINT8 *AuthData, IN UINTN DataSize, IN CONST UINT8 *TrustedCert, IN UINTN CertSize, IN CONST UINT8 *ImageHash, IN UINTN HashSize)