aes_context Struct Reference

AES context structure. More...

#include <aes.h>


Data Fields

unsigned long erk [64]
unsigned long drk [64]
int nr


Detailed Description

AES context structure.

Definition at line 17 of file aes.h.


Field Documentation

unsigned long aes_context::erk[64]

encryption round keys

Definition at line 19 of file aes.h.

Referenced by aes_set_key().

unsigned long aes_context::drk[64]

decryption round keys

Definition at line 20 of file aes.h.

Referenced by aes_set_key().

int aes_context::nr

number of rounds

Definition at line 21 of file aes.h.

Referenced by aes_set_key().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 1 15:30:03 2008 for Mobile-C by  doxygen 1.5.4