OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
mbedtls_aes_context Struct Reference

The AES context-type definition. More...

#include <aes.h>

Public Attributes

int nr
 
uint32_t * rk
 
uint32_t buf [68]
 

Detailed Description

The AES context-type definition.

Member Data Documentation

◆ buf

uint32_t mbedtls_aes_context::buf[68]

Unaligned data buffer. This buffer can hold 32 extra Bytes, which can be used for one of the following purposes:

  • Alignment if VIA padlock is used.
  • Simplifying key expansion in the 256-bit case by generating an extra round key.

◆ nr

int mbedtls_aes_context::nr

The number of rounds.

◆ rk

uint32_t* mbedtls_aes_context::rk

AES round keys.


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