OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AES_CONTEXT_ Struct Reference

#include <OcCryptoLib.h>

Data Fields

UINT8 RoundKey [AES_KEY_EXP_SIZE]
 
UINT8 Iv [AES_BLOCK_SIZE]
 

Detailed Description

Definition at line 108 of file OcCryptoLib.h.

Field Documentation

◆ Iv

UINT8 AES_CONTEXT_::Iv[AES_BLOCK_SIZE]

Definition at line 110 of file OcCryptoLib.h.

◆ RoundKey

UINT8 AES_CONTEXT_::RoundKey[AES_KEY_EXP_SIZE]

Definition at line 109 of file OcCryptoLib.h.


The documentation for this struct was generated from the following file: