Home
last modified time | relevance | path

Searched refs:MBEDTLS_AES_FEWER_TABLES (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/configs/ext/
H A Dtfm_mbedcrypto_config_profile_medium.h108 * (or ~2kb if \c MBEDTLS_AES_FEWER_TABLES is used) and reduces the
111 * MBEDTLS_AES_FEWER_TABLES below is used), and potentially degraded
114 * This option is independent of \c MBEDTLS_AES_FEWER_TABLES.
120 * \def MBEDTLS_AES_FEWER_TABLES
139 #define MBEDTLS_AES_FEWER_TABLES macro
/third_party/mbedtls/library/
H A Dversion_features.c234 #if defined(MBEDTLS_AES_FEWER_TABLES)
236 #endif /* MBEDTLS_AES_FEWER_TABLES */
H A Daes.c435 #if !defined(MBEDTLS_AES_FEWER_TABLES) in aes_gen_tables()
439 #endif /* !MBEDTLS_AES_FEWER_TABLES */ in aes_gen_tables()
449 #if !defined(MBEDTLS_AES_FEWER_TABLES) in aes_gen_tables()
453 #endif /* !MBEDTLS_AES_FEWER_TABLES */ in aes_gen_tables()
462 #if defined(MBEDTLS_AES_FEWER_TABLES)
478 #else /* MBEDTLS_AES_FEWER_TABLES */
490 #endif /* MBEDTLS_AES_FEWER_TABLES */
/third_party/mbedtls/programs/test/
H A Dquery_config.c695 #if defined(MBEDTLS_AES_FEWER_TABLES) in query_config()
696 if( strcmp( "MBEDTLS_AES_FEWER_TABLES", config ) == 0 ) in query_config()
698 MACRO_EXPANSION_TO_STR( MBEDTLS_AES_FEWER_TABLES ); in query_config()
701 #endif /* MBEDTLS_AES_FEWER_TABLES */ in query_config()
3833 #if defined(MBEDTLS_AES_FEWER_TABLES) in list_config()
3834 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_AES_FEWER_TABLES); in list_config()
3835 #endif /* MBEDTLS_AES_FEWER_TABLES */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh4553 "MBEDTLS_AES_FEWER_TABLES" "MBEDTLS_PADLOCK_C" "MBEDTLS_AES_USE_HARDWARE_ONLY" \
4570 "MBEDTLS_AES_FEWER_TABLES" "MBEDTLS_PADLOCK_C" "MBEDTLS_AES_USE_HARDWARE_ONLY" \
5190 scripts/config.py set MBEDTLS_AES_FEWER_TABLES
5208 scripts/config.py set MBEDTLS_AES_FEWER_TABLES

Completed in 14 milliseconds