libosmogsm 1.10.0.64-ff3d
Osmocom GSM library
|
AES (Rijndael) cipher. More...
Functions | |
void | rijndaelKeySetupEnc (u32 rk[], const u8 cipherKey[]) |
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:
const u8 rcons[] |
const u32 Td0[256] |
const u8 Td4s[256] |
const u32 Te0[256] |