Home
last modified time | relevance | path

Searched refs:MBEDTLS_PLATFORM_MEMORY (Results 1 - 12 of 12) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dcheck_config.h410 ( !defined(MBEDTLS_PLATFORM_C) || !defined(MBEDTLS_PLATFORM_MEMORY) )
532 ( !defined(MBEDTLS_PLATFORM_C) || !defined(MBEDTLS_PLATFORM_MEMORY) )
546 ( !defined(MBEDTLS_PLATFORM_C) || !defined(MBEDTLS_PLATFORM_MEMORY) )
559 #if defined(MBEDTLS_PLATFORM_MEMORY) && !defined(MBEDTLS_PLATFORM_C)
560 #error "MBEDTLS_PLATFORM_MEMORY defined, but not all prerequisites"
610 #if defined(MBEDTLS_PLATFORM_STD_CALLOC) && !defined(MBEDTLS_PLATFORM_MEMORY)
614 #if defined(MBEDTLS_PLATFORM_STD_FREE) && !defined(MBEDTLS_PLATFORM_MEMORY)
H A Dmbedtls_config.h155 * \def MBEDTLS_PLATFORM_MEMORY
163 * Enabling #MBEDTLS_PLATFORM_MEMORY without the
168 * Enabling #MBEDTLS_PLATFORM_MEMORY and specifying
174 * - if !MBEDTLS_PLATFORM_MEMORY
176 * - if MBEDTLS_PLATFORM_MEMORY
208 #define MBEDTLS_PLATFORM_MEMORY macro
2964 * MBEDTLS_PLATFORM_MEMORY (to use it within Mbed TLS)
H A Dplatform.h138 #if defined(MBEDTLS_PLATFORM_MEMORY)
163 #else /* !MBEDTLS_PLATFORM_MEMORY */
168 #endif /* MBEDTLS_PLATFORM_MEMORY && !MBEDTLS_PLATFORM_{FREE,CALLOC}_MACRO */
/third_party/mbedtls/tests/configs/
H A Duser-config-malloc-0-null.h20 #define MBEDTLS_PLATFORM_MEMORY macro
/third_party/mbedtls/configs/ext/
H A Dtfm_mbedcrypto_config_profile_medium.h66 * \def MBEDTLS_PLATFORM_MEMORY
74 * Enabling MBEDTLS_PLATFORM_MEMORY without the
79 * Enabling MBEDTLS_PLATFORM_MEMORY and specifying
87 #define MBEDTLS_PLATFORM_MEMORY macro
355 * MBEDTLS_PLATFORM_MEMORY (to use it within mbed TLS)
/third_party/mbedtls/port/config/
H A Dconfig_liteos_a.h163 * \def MBEDTLS_PLATFORM_MEMORY
171 * Enabling MBEDTLS_PLATFORM_MEMORY without the
176 * Enabling MBEDTLS_PLATFORM_MEMORY and specifying
184 #define MBEDTLS_PLATFORM_MEMORY macro
2425 * MBEDTLS_PLATFORM_MEMORY (to use it within mbed TLS)
H A Dconfig_liteos_m.h162 * \def MBEDTLS_PLATFORM_MEMORY
170 * Enabling MBEDTLS_PLATFORM_MEMORY without the
175 * Enabling MBEDTLS_PLATFORM_MEMORY and specifying
183 #define MBEDTLS_PLATFORM_MEMORY macro
2424 * MBEDTLS_PLATFORM_MEMORY (to use it within mbed TLS)
/third_party/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls_mem.c71 #if defined(MBEDTLS_PLATFORM_MEMORY) && \
/third_party/mbedtls/library/
H A Dversion_features.c36 #if defined(MBEDTLS_PLATFORM_MEMORY)
38 #endif /* MBEDTLS_PLATFORM_MEMORY */
H A Dplatform.c23 #if defined(MBEDTLS_PLATFORM_MEMORY) && \
67 #endif /* MBEDTLS_PLATFORM_MEMORY &&
/third_party/mbedtls/programs/test/
H A Dquery_config.c167 #if defined(MBEDTLS_PLATFORM_MEMORY) in query_config()
168 if( strcmp( "MBEDTLS_PLATFORM_MEMORY", config ) == 0 ) in query_config()
170 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_MEMORY ); in query_config()
173 #endif /* MBEDTLS_PLATFORM_MEMORY */ in query_config()
3569 #if defined(MBEDTLS_PLATFORM_MEMORY) in list_config()
3570 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PLATFORM_MEMORY); in list_config()
3571 #endif /* MBEDTLS_PLATFORM_MEMORY */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh4631 scripts/config.py set MBEDTLS_PLATFORM_MEMORY
4644 scripts/config.py set MBEDTLS_PLATFORM_MEMORY
4738 scripts/config.py set MBEDTLS_PLATFORM_MEMORY
4778 scripts/config.py set MBEDTLS_PLATFORM_MEMORY

Completed in 24 milliseconds