Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/library/
Daes.c336 static const uint32_t RT2[256] = { RT }; variable
372 static uint32_t RT2[256]; variable
460 RT2[i] = ROTL8( RT1[i] ); in aes_gen_tables()
461 RT3[i] = ROTL8( RT2[i] ); in aes_gen_tables()
646 RT2[ FSb[ ( *SK >> 16 ) & 0xFF ] ] ^ in mbedtls_aes_setkey_dec()
690 RT2[ ( Y2 >> 16 ) & 0xFF ] ^ \
695 RT2[ ( Y3 >> 16 ) & 0xFF ] ^ \
700 RT2[ ( Y0 >> 16 ) & 0xFF ] ^ \
705 RT2[ ( Y1 >> 16 ) & 0xFF ] ^ \