Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Daes.c197 MBEDTLS_MAYBE_UNUSED static const uint32_t FT3[256] = { FT }; variable
349 MBEDTLS_MAYBE_UNUSED static uint32_t FT3[256]; variable
438 FT3[i] = ROTL8(FT2[i]); in aes_gen_tables()
488 #define AES_FT3(idx) FT3[idx]