Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dplatform.h147 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
/mbedtls-development/library/
A Dplatform.c69 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ), in mbedtls_platform_set_calloc_free() function
A 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()

Completed in 5 milliseconds