Home | History | Annotate | Download | only in aes

Lines Matching refs:rcon

531 static const uint32_t rcon[] = {
534 /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */
572 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
590 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];
610 (Te1[(temp >> 24)] & 0x000000ff) ^ rcon[i];