Home | History | Annotate | Download | only in aes

Lines Matching refs:rcon

554 static const uint32_t rcon[] = {
557 /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
595 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
613 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
633 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];