TianoCore EDK2
master
Loading...
Searching...
No Matches
CryptRsaPssSignNull.c
Go to the documentation of this file.
1
12
#include "InternalCryptLib.h"
13
46
BOOLEAN
47
EFIAPI
48
RsaPssSign
(
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
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
CONST
#define CONST
Definition:
Base.h:259
FALSE
#define FALSE
Definition:
Base.h:307
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
RsaPssSign
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)
Definition:
CryptRsaPssSignNull.c:48
CryptoPkg
Library
BaseCryptLibNull
Pk
CryptRsaPssSignNull.c
Generated on Fri Nov 15 2024 18:01:05 for TianoCore EDK2 by
1.9.6