Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Daes.c205 static const uint32_t FT1[256] = { FT }; variable
362 static uint32_t FT1[256]; variable
448 FT1[i] = ROTL8( FT0[i] ); in aes_gen_tables()
449 FT2[i] = ROTL8( FT1[i] ); in aes_gen_tables()
666 FT1[ ( Y1 >> 8 ) & 0xFF ] ^ \
671 FT1[ ( Y2 >> 8 ) & 0xFF ] ^ \
676 FT1[ ( Y3 >> 8 ) & 0xFF ] ^ \
681 FT1[ ( Y0 >> 8 ) & 0xFF ] ^ \