AM243x MCU+ SDK  08.01.00
Crypto_AesContext Struct Reference

Detailed Description

CRYPTO AES driver context.

Forward declaration of Crypto_AesContext_s.

Data Fields

Crypto_AesParams params
 
Crypto_AesFxnsfxns
 
uintptr_t rsv [70U]
 

Field Documentation

◆ params

Crypto_AesParams Crypto_AesContext::params

Driver params passed during open

◆ fxns

Crypto_AesFxns* Crypto_AesContext::fxns

Pointer to driver functions

◆ rsv

uintptr_t Crypto_AesContext::rsv[70U]

Driver object. Should NOT be modified by end users