PolarSSL v1.2.8
Data Fields
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 54 of file aes.h.

Field Documentation

uint32_t aes_context::buf[68]

unaligned data

Definition at line 58 of file aes.h.

int aes_context::nr

number of rounds

Definition at line 56 of file aes.h.

uint32_t* aes_context::rk

AES round keys

Definition at line 57 of file aes.h.


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