Home
last modified time | relevance | path

Searched refs:MBEDTLS_AES_ROM_TABLES (Results 1 - 14 of 14) sorted by relevance

/third_party/mbedtls/configs/
H A Dconfig-thread.h39 #define MBEDTLS_AES_ROM_TABLES macro
77 #define MBEDTLS_AES_ROM_TABLES macro
H A Dconfig-ccm-psk-tls1_2.h75 #define MBEDTLS_AES_ROM_TABLES macro
H A Dconfig-ccm-psk-dtls1_2.h84 #define MBEDTLS_AES_ROM_TABLES macro
H A Dconfig_rsa_aes_cbc.h60 #define MBEDTLS_AES_ROM_TABLES macro
H A Dconfig-suite-b.h77 #define MBEDTLS_AES_ROM_TABLES macro
H A Dconfig-no-entropy.h85 #define MBEDTLS_AES_ROM_TABLES macro
/third_party/mbedtls/configs/ext/
H A Dtfm_mbedcrypto_config_profile_medium.h100 * \def MBEDTLS_AES_ROM_TABLES
117 #define MBEDTLS_AES_ROM_TABLES macro
125 * ROM / RAM (depending on the value of \c MBEDTLS_AES_ROM_TABLES)
136 * This option is independent of \c MBEDTLS_AES_ROM_TABLES.
/third_party/mbedtls/port/config/
H A Dconfig_liteos_a.h360 * MBEDTLS_AES_ROM_TABLES in order to help the linker garbage-collect the AES
478 * \def MBEDTLS_AES_ROM_TABLES
495 #define MBEDTLS_AES_ROM_TABLES macro
503 * ROM / RAM (depending on the value of \c MBEDTLS_AES_ROM_TABLES)
514 * This option is independent of \c MBEDTLS_AES_ROM_TABLES.
H A Dconfig_liteos_m.h359 * MBEDTLS_AES_ROM_TABLES in order to help the linker garbage-collect the AES
477 * \def MBEDTLS_AES_ROM_TABLES
494 #define MBEDTLS_AES_ROM_TABLES macro
502 * ROM / RAM (depending on the value of \c MBEDTLS_AES_ROM_TABLES)
513 * This option is independent of \c MBEDTLS_AES_ROM_TABLES.
/third_party/mbedtls/include/mbedtls/
H A Dmbedtls_config.h428 * MBEDTLS_AES_ROM_TABLES in order to help the linker garbage-collect the AES
546 * \def MBEDTLS_AES_ROM_TABLES
562 #define MBEDTLS_AES_ROM_TABLES macro
570 * ROM / RAM (depending on the value of \c MBEDTLS_AES_ROM_TABLES)
581 * This option is independent of \c MBEDTLS_AES_ROM_TABLES.
/third_party/mbedtls/library/
H A Dversion_features.c231 #if defined(MBEDTLS_AES_ROM_TABLES)
233 #endif /* MBEDTLS_AES_ROM_TABLES */
H A Daes.c74 #if defined(MBEDTLS_AES_ROM_TABLES)
340 #else /* MBEDTLS_AES_ROM_TABLES */
460 #endif /* MBEDTLS_AES_ROM_TABLES */
590 #if !defined(MBEDTLS_AES_ROM_TABLES) in mbedtls_aes_setkey_enc()
/third_party/mbedtls/programs/test/
H A Dquery_config.c687 #if defined(MBEDTLS_AES_ROM_TABLES) in query_config()
688 if( strcmp( "MBEDTLS_AES_ROM_TABLES", config ) == 0 ) in query_config()
690 MACRO_EXPANSION_TO_STR( MBEDTLS_AES_ROM_TABLES ); in query_config()
693 #endif /* MBEDTLS_AES_ROM_TABLES */ in query_config()
3829 #if defined(MBEDTLS_AES_ROM_TABLES) in list_config()
3830 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_AES_ROM_TABLES); in list_config()
3831 #endif /* MBEDTLS_AES_ROM_TABLES */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh4552 "MBEDTLS_AES_ROM_TABLES" "MBEDTLS_AES_ENCRYPT_ALT" "MBEDTLS_AES_SETKEY_DEC_ALT" \
4569 "MBEDTLS_AES_ROM_TABLES" "MBEDTLS_AES_ENCRYPT_ALT" "MBEDTLS_AES_SETKEY_DEC_ALT" \
5199 scripts/config.py set MBEDTLS_AES_ROM_TABLES
5209 scripts/config.py set MBEDTLS_AES_ROM_TABLES

Completed in 28 milliseconds