Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/library/
Daes.c209 static const uint32_t FT2[256] = { FT }; variable
363 static uint32_t FT2[256]; variable
449 FT2[i] = ROTL8( FT1[i] ); in aes_gen_tables()
450 FT3[i] = ROTL8( FT2[i] ); in aes_gen_tables()
667 FT2[ ( Y2 >> 16 ) & 0xFF ] ^ \
672 FT2[ ( Y3 >> 16 ) & 0xFF ] ^ \
677 FT2[ ( Y0 >> 16 ) & 0xFF ] ^ \
682 FT2[ ( Y1 >> 16 ) & 0xFF ] ^ \