Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Daes.c321 MBEDTLS_MAYBE_UNUSED static const uint32_t RT2[256] = { RT }; variable
358 MBEDTLS_MAYBE_UNUSED static uint32_t RT2[256]; variable
451 RT2[i] = ROTL8(RT1[i]); in aes_gen_tables()
452 RT3[i] = ROTL8(RT2[i]); in aes_gen_tables()
482 #define AES_RT2(idx) RT2[idx]