aes_context Struct Reference

AES context structure. More...

#include <aes.h>

Data Fields

int nr
unsigned long * rk
unsigned long buf [68]

Detailed Description

AES context structure.

Definition at line 13 of file aes.h.


Field Documentation

unsigned long aes_context::buf[68]

unaligned data

Definition at line 17 of file aes.h.

Referenced by aes_setkey_dec(), and aes_setkey_enc().

number of rounds

Definition at line 15 of file aes.h.

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

unsigned long* aes_context::rk

AES round keys

Definition at line 16 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 Tue Dec 28 15:15:29 2010 for Mobile-C by  doxygen 1.6.3