ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

aes.c File Reference
#include "tomcrypt.h"

Go to the source code of this file.

Defines

#define Te0(x)   TE0[x]
#define Te1(x)   TE1[x]
#define Te2(x)   TE2[x]
#define Te3(x)   TE3[x]
#define Td0(x)   TD0[x]
#define Td1(x)   TD1[x]
#define Td2(x)   TD2[x]
#define Td3(x)   TD3[x]

Functions

static ulong32 setup_mix (ulong32 temp)
int aes_setup (const unsigned char *key, int keylen, int rounds, aes_key *skey)
void aes_ecb_encrypt (const unsigned char *pt, unsigned char *ct, aes_key *skey)
void aes_ecb_decrypt (const unsigned char *ct, unsigned char *pt, aes_key *skey)

Variables

static const ulong32 TE0 [256]
static const ulong32 TD0 [256]
static const ulong32 Td4 [256]
static const ulong32 TE1 [256]
static const ulong32 TE2 [256]
static const ulong32 TE3 [256]
static const ulong32 Te4_0 []
static const ulong32 Te4_1 []
static const ulong32 Te4_2 []
static const ulong32 Te4_3 []
static const ulong32 TD1 [256]
static const ulong32 TD2 [256]
static const ulong32 TD3 [256]
static const ulong32 Tks0 []
static const ulong32 Tks1 []
static const ulong32 Tks2 []
static const ulong32 Tks3 []
static const ulong32 rcon []

Generated on Sun May 27 2012 05:17:39 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.