Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Daes.c328 static const uint32_t RT0[256] = { RT }; variable
370 static uint32_t RT0[256]; variable
454 RT0[i] = ( (uint32_t) MUL( 0x0E, x ) ) ^ in aes_gen_tables()
459 RT1[i] = ROTL8( RT0[i] ); in aes_gen_tables()
644 *RK++ = RT0[ FSb[ ( *SK ) & 0xFF ] ] ^ in mbedtls_aes_setkey_dec()
688 X0 = *RK++ ^ RT0[ ( Y0 ) & 0xFF ] ^ \
693 X1 = *RK++ ^ RT0[ ( Y1 ) & 0xFF ] ^ \
698 X2 = *RK++ ^ RT0[ ( Y2 ) & 0xFF ] ^ \
703 X3 = *RK++ ^ RT0[ ( Y3 ) & 0xFF ] ^ \