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.

Definition at line 58 of file aes.h.


Field Documentation

uint32_t aes_context::buf[68]

unaligned data

Definition at line 62 of file aes.h.

Referenced by aes_setkey_dec(), and aes_setkey_enc().

number of rounds

Definition at line 60 of file aes.h.

Referenced by aes_crypt_ecb(), aes_setkey_dec(), and aes_setkey_enc().

uint32_t* aes_context::rk

AES round keys

Definition at line 61 of file aes.h.

Referenced by aes_crypt_ecb(), aes_setkey_dec(), and aes_setkey_enc().


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

Generated on 9 Apr 2014 for PolarSSL v1.3.2 by  doxygen 1.6.1