TianoCore EDK2
master
Loading...
Searching...
No Matches
CryptRsaPssNull.c
Go to the documentation of this file.
1
12
#include "InternalCryptLib.h"
13
32
BOOLEAN
33
EFIAPI
34
RsaPssVerify
(
35
IN
VOID *RsaContext,
36
IN
CONST
UINT8 *Message,
37
IN
UINTN
MsgSize,
38
IN
CONST
UINT8 *Signature,
39
IN
UINTN
SigSize,
40
IN
UINT16 DigestLen,
41
IN
UINT16 SaltLen
42
)
43
{
44
ASSERT (
FALSE
);
45
return
FALSE
;
46
}
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
RsaPssVerify
BOOLEAN EFIAPI RsaPssVerify(IN VOID *RsaContext, IN CONST UINT8 *Message, IN UINTN MsgSize, IN CONST UINT8 *Signature, IN UINTN SigSize, IN UINT16 DigestLen, IN UINT16 SaltLen)
Definition:
CryptRsaPssNull.c:34
CryptoPkg
Library
BaseCryptLibNull
Pk
CryptRsaPssNull.c
Generated on Fri Nov 15 2024 18:01:05 for TianoCore EDK2 by
1.9.6