Home
last modified time | relevance | path

Searched defs:MBEDTLS_PLATFORM_STD_CALLOC (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/tests/configs/
Dconfig-wrapper-malloc-0-null.h32 #define MBEDTLS_PLATFORM_STD_CALLOC custom_calloc macro
/third_party/mbedtls/include/mbedtls/
Dplatform.h87 #define MBEDTLS_PLATFORM_STD_CALLOC calloc /**< The default \c calloc function to use. */ macro
Dmbedtls_config.h3074 #define MBEDTLS_PLATFORM_STD_CALLOC calloc /**< Default allocator to use, can be undefined */ macro
/third_party/mbedtls/port/config/
Dconfig_liteos_a.h3079 #define MBEDTLS_PLATFORM_STD_CALLOC calloc /**< Default allocator to use, can be undefined */ macro
Dconfig_liteos_m.h3078 #define MBEDTLS_PLATFORM_STD_CALLOC calloc /**< Default allocator to use, can be undefined */ macro
/third_party/mbedtls/library/
Dplatform.c47 #define MBEDTLS_PLATFORM_STD_CALLOC platform_calloc_uninit macro