OpenCore  1.0.4
OpenCore Bootloader
1.0.4
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Sha2Internal.h
Go to the documentation of this file.
1
19#ifndef OC_SHA2_INTERNAL_H
20#define OC_SHA2_INTERNAL_H
21
22#include "CryptoInternal.h"
23
24extern BOOLEAN mIsAccelEnabled;
25
26VOID
27EFIAPI
29 IN OUT UINT64 *State,
30 IN CONST UINT8 *Data,
31 IN UINTN BlockNb
32 );
33
34#endif // OC_SHA2_INTERNAL_H
VOID EFIAPI Sha512TransformAccel(IN OUT UINT64 *State, IN CONST UINT8 *Data, IN UINTN BlockNb)
BOOLEAN mIsAccelEnabled
Definition Sha2.c:87