Digi XBee(R) ANSI C Host Library
Data Fields
mbedtls_aes_context Struct Reference

The AES context-type definition. More...

#include "mbedtls/aes.h"

Data Fields

int nr
 
uint32_trk
 
uint32_t buf [68]
 

Detailed Description

The AES context-type definition.

Field Documentation

uint32_t 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.
int nr

The number of rounds.

uint32_t* rk

AES round keys.


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