TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptRsaPssSignNull.c
Go to the documentation of this file.
1
12#include "InternalCryptLib.h"
13
46BOOLEAN
47EFIAPI
49 IN VOID *RsaContext,
50 IN CONST UINT8 *Message,
51 IN UINTN MsgSize,
52 IN UINT16 DigestLen,
53 IN UINT16 SaltLen,
54 OUT UINT8 *Signature,
55 IN OUT UINTN *SigSize
56 )
57{
58 ASSERT (FALSE);
59 return FALSE;
60}
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 RsaPssSign(IN VOID *RsaContext, IN CONST UINT8 *Message, IN UINTN MsgSize, IN UINT16 DigestLen, IN UINT16 SaltLen, OUT UINT8 *Signature, IN OUT UINTN *SigSize)