Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Daes.c307 static const uint32_t RT0[256] = { RT }; variable
355 static uint32_t RT0[256]; variable
443 RT0[i] = ( (uint32_t) MUL( 0x0E, x ) ) ^ in aes_gen_tables()
449 RT1[i] = ROTL8( RT0[i] ); in aes_gen_tables()
466 #define AES_RT0(idx) RT0[idx]
467 #define AES_RT1(idx) ROTL8( RT0[idx] )
468 #define AES_RT2(idx) ROTL16( RT0[idx] )
469 #define AES_RT3(idx) ROTL24( RT0[idx] )
478 #define AES_RT0(idx) RT0[idx]

Completed in 5 milliseconds