Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Daes.c330 static const uint32_t RT0[256] = { RT }; variable
378 static uint32_t RT0[256]; variable
466 RT0[i] = ( (uint32_t) MUL( 0x0E, x ) ) ^ in aes_gen_tables()
472 RT1[i] = ROTL8( RT0[i] ); in aes_gen_tables()
489 #define AES_RT0(idx) RT0[idx]
490 #define AES_RT1(idx) ROTL8( RT0[idx] )
491 #define AES_RT2(idx) ROTL16( RT0[idx] )
492 #define AES_RT3(idx) ROTL24( RT0[idx] )
501 #define AES_RT0(idx) RT0[idx]

Completed in 5 milliseconds