Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Daes.c193 MBEDTLS_MAYBE_UNUSED static const uint32_t FT2[256] = { FT }; variable
348 MBEDTLS_MAYBE_UNUSED 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()
487 #define AES_FT2(idx) FT2[idx]