Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/platform/shared/mbedtls/
H A Dmbedtls_memory.h40 void *mbedtlsMemoryCalloc(size_t nItems, size_t itemSize);
H A Dmbedtls_memory.cc23 void *mbedtlsMemoryCalloc(size_t nItems, size_t itemSize) { in mbedtlsMemoryCalloc() function
H A Dmbedtls_config.h58 #define MBEDTLS_PLATFORM_CALLOC_MACRO mbedtlsMemoryCalloc