Home
last modified time | relevance | path

Searched defs:MBEDTLS_PLATFORM_STD_FREE (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dplatform.h90 #define MBEDTLS_PLATFORM_STD_FREE free /**< The default \c free function to use. */ macro
Dmbedtls_config.h3075 #define MBEDTLS_PLATFORM_STD_FREE free /**< Default free to use, can be undefined */ macro
/third_party/mbedtls/port/config/
Dconfig_liteos_a.h3080 #define MBEDTLS_PLATFORM_STD_FREE free /**< Default free to use, can be undefined */ macro
Dconfig_liteos_m.h3079 #define MBEDTLS_PLATFORM_STD_FREE free /**< Default free to use, can be undefined */ macro
/third_party/mbedtls/library/
Dplatform.c56 #define MBEDTLS_PLATFORM_STD_FREE platform_free_uninit macro