Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dplatform.c44 static void * (*mbedtls_calloc_func)(size_t, size_t) = MBEDTLS_PLATFORM_STD_CALLOC; variable
49 return (*mbedtls_calloc_func)(nmemb, size); in mbedtls_calloc()
60 mbedtls_calloc_func = calloc_func; in mbedtls_platform_set_calloc_free()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dplatform.c44 static void * (*mbedtls_calloc_func)(size_t, size_t) = MBEDTLS_PLATFORM_STD_CALLOC; variable
49 return (*mbedtls_calloc_func)(nmemb, size); in mbedtls_calloc()
60 mbedtls_calloc_func = calloc_func; in mbedtls_platform_set_calloc_free()