Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Daes.c317 MBEDTLS_MAYBE_UNUSED static const uint32_t RT1[256] = { RT }; variable
357 MBEDTLS_MAYBE_UNUSED static uint32_t RT1[256]; variable
450 RT1[i] = ROTL8(RT0[i]); in aes_gen_tables()
451 RT2[i] = ROTL8(RT1[i]); in aes_gen_tables()
481 #define AES_RT1(idx) RT1[idx]