Searched refs:mbedtls_calloc_func (Results 1 – 2 of 2) sorted by relevance
44 static void * (*mbedtls_calloc_func)(size_t, size_t) = MBEDTLS_PLATFORM_STD_CALLOC; variable49 return (*mbedtls_calloc_func)(nmemb, size); in mbedtls_calloc()60 mbedtls_calloc_func = calloc_func; in mbedtls_platform_set_calloc_free()