Home
last modified time | relevance | path

Searched refs:RCON (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Daes.c331 static const uint32_t RCON[10] = variable
365 static uint32_t RCON[10]; variable
397 RCON[i] = (uint32_t) x; in aes_gen_tables()
579 RK[4] = RK[0] ^ RCON[i] ^ in mbedtls_aes_setkey_enc()
595 RK[6] = RK[0] ^ RCON[i] ^ in mbedtls_aes_setkey_enc()
613 RK[8] = RK[0] ^ RCON[i] ^ in mbedtls_aes_setkey_enc()

Completed in 5 milliseconds