TianoCore EDK2
master
Loading...
Searching...
No Matches
CryptParallelHashNull.c
Go to the documentation of this file.
1
9
#include "InternalCryptLib.h"
10
26
BOOLEAN
27
EFIAPI
28
ParallelHash256HashAll
(
29
IN
CONST
VOID *
Input
,
30
IN
UINTN
InputByteLen,
31
IN
UINTN
BlockSize,
32
OUT
VOID *Output,
33
IN
UINTN
OutputByteLen,
34
IN
CONST
VOID *Customization,
35
IN
UINTN
CustomByteLen
36
)
37
{
38
// ASSERT (FALSE);
39
return
FALSE
;
40
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
Input
VOID EFIAPI Input(IN CHAR16 *Prompt OPTIONAL, OUT CHAR16 *InStr, IN UINTN StrLen)
Definition:
EdbSupportUI.c:187
ParallelHash256HashAll
BOOLEAN EFIAPI ParallelHash256HashAll(IN CONST VOID *Input, IN UINTN InputByteLen, IN UINTN BlockSize, OUT VOID *Output, IN UINTN OutputByteLen, IN CONST VOID *Customization, IN UINTN CustomByteLen)
Definition:
CryptParallelHashNull.c:28
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
CryptoPkg
Library
BaseCryptLibMbedTls
Hash
CryptParallelHashNull.c
Generated on Fri Nov 15 2024 18:01:05 for TianoCore EDK2 by
1.9.6