RetroArch
Public Attributes | List of all members
mbedtls_aes_context Struct Reference

AES context structure. More...

#include <aes.h>

Public Attributes

int nr
 
uint32_trk
 
uint32_t buf [68]
 

Detailed Description

AES context structure.

Note
buf is able to hold 32 extra bytes, which can be used:
  • for alignment purposes if VIA padlock is used, and/or
  • to simplify key expansion in the 256-bit case by generating an extra round key

Member Data Documentation

◆ buf

uint32_t mbedtls_aes_context::buf[68]

unaligned data

◆ nr

int mbedtls_aes_context::nr

number of rounds

◆ rk

uint32_t* mbedtls_aes_context::rk

AES round keys


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