TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptParallelHashNull.c
Go to the documentation of this file.
1
9#include "InternalCryptLib.h"
10
26BOOLEAN
27EFIAPI
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}
UINT64 UINTN
VOID EFIAPI Input(IN CHAR16 *Prompt OPTIONAL, OUT CHAR16 *InStr, IN UINTN StrLen)
Definition: EdbSupportUI.c:187
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)
#define CONST
Definition: Base.h:259
#define FALSE
Definition: Base.h:307
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284