|
wpa_supplicant / hostapd 2.0
|
AES (Rijndael) cipher. More...
Functions | |
| void | rijndaelKeySetupEnc (u32 rk[], const u8 cipherKey[]) |
Variables | |
| const u32 | Te0 [256] |
| const u32 | Td0 [256] |
| const u8 | Td4s [256] |
| const u8 | rcons [] |
AES (Rijndael) cipher.
Modifications to public domain implementation:
This software may be distributed under the terms of the BSD license. See README for more details.
| void rijndaelKeySetupEnc | ( | u32 | rk[], |
| const u8 | cipherKey[] | ||
| ) |
Expand the cipher key into the encryption key schedule.
| const u8 rcons[] |
{
0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1B, 0x36
}
1.7.3