Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dplatform.c61 static void * (*mbedtls_calloc_func)( size_t, size_t ) = MBEDTLS_PLATFORM_STD_CALLOC; variable
66 return (*mbedtls_calloc_func)( nmemb, size ); in mbedtls_calloc()
77 mbedtls_calloc_func = calloc_func; in mbedtls_platform_set_calloc_free()

Completed in 21 milliseconds