Functions | Variables
aes-internal.c File Reference
#include "includes.h"
#include "common.h"
#include "crypto.h"
#include "aes_i.h"
Include dependency graph for aes-internal.c:

Go to the source code of this file.

Functions

void rijndaelKeySetupEnc (u32 rk[], const u8 cipherKey[])

Variables

const u8 rcons []
const u32 Td0 [256]
const u8 Td4s [256]
const u32 Te0 [256]

Function Documentation

void rijndaelKeySetupEnc ( u32  rk[],
const u8  cipherKey[] 
)

Expand the cipher key into the encryption key schedule.

Returns:
the number of rounds for the given cipher key size.

Definition at line 786 of file aes-internal.c.


Variable Documentation

const u8 rcons[]
Initial value:
 {
        0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1B, 0x36
        
}

Definition at line 776 of file aes-internal.c.

const u32 Td0[256]

Definition at line 404 of file aes-internal.c.

const u8 Td4s[256]

Definition at line 742 of file aes-internal.c.

const u32 Te0[256]

Definition at line 71 of file aes-internal.c.



wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:34:37