mbedtls_aes_context Struct Reference

AES context structure. More...

#include <aes.h>


Data Fields

int nr
uint32_t * rk
uint32_t buf [68]


Detailed Description

AES context structure.

Note:
buf is able to hold 32 extra bytes, which can be used:

Definition at line 58 of file aes.h.


Field Documentation

uint32_t mbedtls_aes_context::buf[68]

unaligned data

Definition at line 62 of file aes.h.

int mbedtls_aes_context::nr

number of rounds

Definition at line 60 of file aes.h.

uint32_t* mbedtls_aes_context::rk

AES round keys

Definition at line 61 of file aes.h.


The documentation for this struct was generated from the following file:
Generated on 11 Mar 2017 for mbed TLS v2.4.2 by  doxygen 1.4.7