libosmogsm
0.11.0-dirty
Osmocom GSM library
|
AES (Rijndael) cipher. More...
Functions | |
void | rijndaelKeySetupEnc (u32 rk[], const u8 cipherKey[]) |
Expand the cipher key into the encryption key schedule. | |
Variables | |
const u32 | Te0 [256] |
const u32 | Td0 [256] |
const u8 | Td4s [256] |
const u8 | rcons [] |
AES (Rijndael) cipher.
Modifications to public domain implementation:
void rijndaelKeySetupEnc | ( | u32 | rk[], |
const u8 | cipherKey[] | ||
) |