Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Daes.c182 static const uint32_t FT1[256] = { FT }; variable
346 static uint32_t FT1[256]; variable
436 FT1[i] = ROTL8( FT0[i] ); in aes_gen_tables()
437 FT2[i] = ROTL8( FT1[i] ); in aes_gen_tables()
484 #define AES_FT1(idx) FT1[idx]