Searched refs:mbedtls_calloc_func (Results 1 – 1 of 1) sorted by relevance
56 static void * (*mbedtls_calloc_func)( size_t, size_t ) = MBEDTLS_PLATFORM_STD_CALLOC; variable61 return (*mbedtls_calloc_func)( nmemb, size ); in mbedtls_calloc()72 mbedtls_calloc_func = calloc_func; in mbedtls_platform_set_calloc_free()
Completed in 3 milliseconds