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 14 of file aes.h.


Field Documentation

unsigned long aes_context::erk[64]

encryption round keys

Definition at line 16 of file aes.h.

Referenced by aes_set_key().

unsigned long aes_context::drk[64]

decryption round keys

Definition at line 17 of file aes.h.

Referenced by aes_set_key().

int aes_context::nr

number of rounds

Definition at line 18 of file aes.h.

Referenced by aes_set_key().


The documentation for this struct was generated from the following file:
Generated on Fri May 16 14:49:57 2008 for Mobile-C by  doxygen 1.5.4