Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dplatform.h125 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
/net-tools-3.6.0/mbedtls-2.4.0/library/
Dplatform.c56 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ), in mbedtls_platform_set_calloc_free() function
Dmemory_buffer_alloc.c578 mbedtls_platform_set_calloc_free( buffer_alloc_calloc_mutexed, in mbedtls_memory_buffer_alloc_init()
581 mbedtls_platform_set_calloc_free( buffer_alloc_calloc, buffer_alloc_free ); in mbedtls_memory_buffer_alloc_init()