OpenCore
1.0.4
OpenCore Bootloader
1.0.4
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
s
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
▼
OpenCore
GOP Testing Tool
zlib for OpenCorePkg
README
README
►
CrScreenshotDxe
►
OpenNetworkBoot
►
Provides standalone GOP driver for EFI era Mac Pro and iMac
README
Minimalist UEFI in Userspace
►
AppleEfiSignTool v1.1
EfiResTool
FindSerialPort
BootInstall
README
►
LogoutHook
macrecovery
►
Apple Mac Serial Format
macserial
►
ocvalidate
OpenCore + OpenLinuxBoot + Secure Boot
►
Data Structures
▼
Files
▼
File List
►
Application
►
Include
▼
Library
►
DuetBdsLib
►
DuetTimerLib
►
OcAcpiLib
►
OcAfterBootCompatLib
►
OcApfsLib
►
OcAppleBootPolicyLib
►
OcAppleChunklistLib
►
OcAppleDiskImageLib
►
OcAppleEventLib
►
OcAppleImageConversionLib
►
OcAppleImg4Lib
►
OcAppleKernelLib
►
OcAppleKeyMapLib
►
OcAppleKeysLib
►
OcAppleRamDiskLib
►
OcAppleSecureBootLib
►
OcAppleUserInterfaceThemeLib
►
OcApplicationEntryPoint
►
OcAudioLib
►
OcBlitLib
►
OcBootManagementLib
►
OcBootServicesTableLib
►
OcCompilerIntrinsicsLib
►
OcCompressionLib
►
OcConfigurationLib
►
OcConsoleControlEntryModeLib
►
OcConsoleLib
►
OcCpuLib
▼
OcCryptoLib
►
Cpu32
►
Cpu64
►
Aes.c
►
BigNumLib.h
►
BigNumLibInternal.h
►
BigNumMontgomery.c
►
BigNumPrimitives.c
►
ChaCha.c
CryptoInternal.h
►
Md5.c
►
PasswordHash.c
►
RsaDigitalSign.c
►
SecureMem.c
►
Sha1.c
►
Sha2.c
►
Sha2Internal.h
►
Sha512AccelDummy.c
►
OcDataHubLib
►
OcDebugLibNull
►
OcDebugLibProtocol
►
OcDebugLibSerial
►
OcDeviceMiscLib
►
OcDevicePathLib
►
OcDevicePropertyLib
►
OcDeviceTreeLib
►
OcDirectResetLib
►
OcDriverConnectionLib
►
OcDriverEntryPoint
►
OcDxeCoreEntryPoint
►
OcFileLib
►
OcFirmwarePasswordLib
►
OcFirmwareVolumeLib
►
OcFlexArrayLib
►
OcGuardLib
►
OcHashServicesLib
►
OcHdaDevicesLib
►
OcHeciLib
►
OcHiiDatabaseLib
►
OcHiiServicesLib
►
OcInputLib
►
OcLegacyThunkLib
►
OcLogAggregatorLib
►
OcLogAggregatorLibNull
►
OcMachoLib
►
OcMacInfoLib
►
OcMainLib
►
OcMemoryLib
►
OcMiscLib
►
OcMp3Lib
►
OcOSInfoLib
►
OcPciIoLib
►
OcPeCoffExtLib
►
OcPeiCoreEntryPoint
►
OcPeimEntryPoint
►
OcPngLib
►
OcResetSystemLib
►
OcRngLib
►
OcRtcLib
►
OcSerializeLib
►
OcSmbiosLib
►
OcSmcLib
►
OcStorageLib
►
OcStringLib
►
OcTemplateLib
►
OcTimerLib
►
OcTypingLib
►
OcUnicodeCollationEngLib
►
OcVariableLib
►
OcVariableRuntimeLib
►
OcVirtualFsLib
►
OcWaveLib
►
OcXmlLib
►
Platform
►
Staging
►
User
►
Utilities
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
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
24
extern
BOOLEAN
mIsAccelEnabled
;
25
26
VOID
27
EFIAPI
28
Sha512TransformAccel
(
29
IN OUT UINT64 *State,
30
IN CONST UINT8 *Data,
31
IN UINTN BlockNb
32
);
33
34
#endif
// OC_SHA2_INTERNAL_H
CryptoInternal.h
Sha512TransformAccel
VOID EFIAPI Sha512TransformAccel(IN OUT UINT64 *State, IN CONST UINT8 *Data, IN UINTN BlockNb)
mIsAccelEnabled
BOOLEAN mIsAccelEnabled
Definition
Sha2.c:87
Library
OcCryptoLib
Sha2Internal.h
Generated by
1.12.0