Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | xor_128 (unsigned char *a, unsigned char *b, unsigned char *out) |
void | xor_32 (unsigned char *a, unsigned char *b, unsigned char *out) |
void | AddRoundKey (unsigned char *key, int round) |
void | SubBytes (unsigned char *in, unsigned char *out) |
void | ShiftRows (unsigned char *in, unsigned char *out) |
void | MixColumns (unsigned char *in, unsigned char *out) |
void | AESv128 (unsigned char *key, unsigned char *data, unsigned char *ciphertext) |
bool | AESbGenCCMP (unsigned char *pbyRxKey, unsigned char *pbyFrame, unsigned short wFrameSize) |
Variables | |
unsigned char | sbox_table [256] |
unsigned char | dot2_table [256] |
unsigned char | dot3_table [256] |
Definition at line 135 of file aes_ccmp.c.
Definition at line 246 of file aes_ccmp.c.
Definition at line 193 of file aes_ccmp.c.
Definition at line 183 of file aes_ccmp.c.
Definition at line 163 of file aes_ccmp.c.
Definition at line 153 of file aes_ccmp.c.
Definition at line 113 of file aes_ccmp.c.
Definition at line 126 of file aes_ccmp.c.
unsigned char dot2_table[256] |
Definition at line 69 of file aes_ccmp.c.
unsigned char dot3_table[256] |
Definition at line 88 of file aes_ccmp.c.
unsigned char sbox_table[256] |
Definition at line 49 of file aes_ccmp.c.