Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Daes.c313 MBEDTLS_MAYBE_UNUSED static const uint32_t RT0[256] = { RT }; variable
356 MBEDTLS_MAYBE_UNUSED static uint32_t RT0[256]; variable
444 RT0[i] = ((uint32_t) MUL(0x0E, x)) ^ in aes_gen_tables()
450 RT1[i] = ROTL8(RT0[i]); in aes_gen_tables()
468 #define AES_RT0(idx) RT0[idx]
469 #define AES_RT1(idx) ROTL8(RT0[idx])
470 #define AES_RT2(idx) ROTL16(RT0[idx])
471 #define AES_RT3(idx) ROTL24(RT0[idx])
480 #define AES_RT0(idx) RT0[idx]