Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dplatform.c59 static void * (*mbedtls_calloc_func)( size_t, size_t ) = MBEDTLS_PLATFORM_STD_CALLOC; variable
64 return (*mbedtls_calloc_func)( nmemb, size ); in mbedtls_calloc()
75 mbedtls_calloc_func = calloc_func; in mbedtls_platform_set_calloc_free()