Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Daes.c186 static const uint32_t FT2[256] = { FT }; variable
347 static uint32_t FT2[256]; variable
437 FT2[i] = ROTL8( FT1[i] ); in aes_gen_tables()
438 FT3[i] = ROTL8( FT2[i] ); in aes_gen_tables()
485 #define AES_FT2(idx) FT2[idx]