TianoCore EDK2
master
Loading...
Searching...
No Matches
AesCore.h
Go to the documentation of this file.
1
9
#ifndef __AES_CORE_H__
10
#define __AES_CORE_H__
11
23
EFI_STATUS
24
EFIAPI
25
AesEncrypt
(
26
IN
UINT8 *Key,
27
IN
UINT8 *InData,
28
OUT
UINT8 *OutData
29
);
30
31
#endif
// __AES_CORE_H__
AesEncrypt
EFI_STATUS EFIAPI AesEncrypt(IN UINT8 *Key, IN UINT8 *InData, OUT UINT8 *OutData)
Definition:
AesCore.c:215
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
SecurityPkg
RandomNumberGenerator
RngDxe
Rand
AesCore.h
Generated on Fri Nov 15 2024 18:01:23 for TianoCore EDK2 by
1.9.6