Home
last modified time | relevance | path

Searched refs:mbedtls_platform_set_calloc_free (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls_mem.c167 mbedtls_platform_set_calloc_free(&tls_malloc, &tls_free); in altcp_mbedtls_mem_init()
/third_party/mbedtls/include/mbedtls/
Dplatform.h147 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
/third_party/mbedtls/library/
Dplatform.c72 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ), in mbedtls_platform_set_calloc_free() function
Dmemory_buffer_alloc.c573 mbedtls_platform_set_calloc_free( buffer_alloc_calloc_mutexed, in mbedtls_memory_buffer_alloc_init()
576 mbedtls_platform_set_calloc_free( buffer_alloc_calloc, buffer_alloc_free ); in mbedtls_memory_buffer_alloc_init()