|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| void | AddRoundKey (BYTE *key, int round) |
| void | SubBytes (BYTE *in, BYTE *out) |
| void | ShiftRows (BYTE *in, BYTE *out) |
| void | MixColumns (BYTE *in, BYTE *out) |
| void | AESv128 (BYTE *key, BYTE *data, BYTE *ciphertext) |
| BOOL | AESbGenCCMP (PBYTE pbyRxKey, PBYTE pbyFrame, WORD wFrameSize) |
Variables | |
| BYTE | sbox_table [256] |
| BYTE | dot2_table [256] |
| BYTE | dot3_table [256] |
Definition at line 131 of file aes_ccmp.c.
Definition at line 234 of file aes_ccmp.c.
Definition at line 186 of file aes_ccmp.c.
Definition at line 177 of file aes_ccmp.c.
Definition at line 157 of file aes_ccmp.c.
Definition at line 149 of file aes_ccmp.c.
| BYTE dot2_table[256] |
Definition at line 65 of file aes_ccmp.c.
| BYTE dot3_table[256] |
Definition at line 84 of file aes_ccmp.c.
| BYTE sbox_table[256] |
Definition at line 46 of file aes_ccmp.c.
1.8.2