wpa_supplicant / hostapd
2.5
|
AES (Rijndael) cipher. More...
Functions | |
int | rijndaelKeySetupEnc (u32 rk[], const u8 cipherKey[], int keyBits) |
Expand the cipher key into the encryption key schedule. More... | |
Variables | |
const u32 | Te0 [256] |
const u32 | Td0 [256] |
const u8 | Td4s [256] |
const u8 | rcons [] |
AES (Rijndael) cipher.
Modifications to public domain implementation:
int rijndaelKeySetupEnc | ( | u32 | rk[], |
const u8 | cipherKey[], | ||
int | keyBits | ||
) |
Expand the cipher key into the encryption key schedule.
return | the number of rounds for the given cipher key size. |
const u8 rcons[] |