Go to the source code of this file.
Functions | |
void | rijndaelKeySetupEnc (u32 rk[], const u8 cipherKey[]) |
Variables | |
const u8 | rcons [] |
const u32 | Td0 [256] |
const u8 | Td4s [256] |
const u32 | Te0 [256] |
void rijndaelKeySetupEnc | ( | u32 | rk[], |
const u8 | cipherKey[] | ||
) |
Expand the cipher key into the encryption key schedule.
Definition at line 786 of file aes-internal.c.
const u8 rcons[] |
{ 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1B, 0x36 }
Definition at line 776 of file aes-internal.c.
const u32 Td0[256] |
Definition at line 404 of file aes-internal.c.
const u8 Td4s[256] |
Definition at line 742 of file aes-internal.c.
const u32 Te0[256] |
Definition at line 71 of file aes-internal.c.