Searched refs:RCON (Results 1 – 1 of 1) sorted by relevance
354 static const uint32_t RCON[10] = variable388 static uint32_t RCON[10]; variable420 RCON[i] = (uint32_t) x; in aes_gen_tables()602 RK[4] = RK[0] ^ RCON[i] ^ in mbedtls_aes_setkey_enc()618 RK[6] = RK[0] ^ RCON[i] ^ in mbedtls_aes_setkey_enc()636 RK[8] = RK[0] ^ RCON[i] ^ in mbedtls_aes_setkey_enc()
Completed in 6 milliseconds