mbed TLS v2.2.0
Data Fields

Detailed Description

AES context structure.

Definition at line 68 of file aes_alt.h.

#include <aes_alt.h>

Data Fields

unsigned int keybits
 
uint32_t key [8]
 

Field Documentation

uint32_t mbedtls_aes_context::key[8]

AES key 128 or 256 bits

Definition at line 77 of file aes_alt.h.

unsigned int mbedtls_aes_context::keybits

size of key

Definition at line 76 of file aes_alt.h.


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