Searched refs:mbedtls_platform_set_calloc_free (Results 1 – 7 of 7) sorted by relevance
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | platform.h | 153 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | platform.h | 153 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | platform.h | 153 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | platform.h | 153 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | platform.h | 153 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | platform.c | 69 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ), in mbedtls_platform_set_calloc_free() function
|
A D | memory_buffer_alloc.c | 573 mbedtls_platform_set_calloc_free( buffer_alloc_calloc_mutexed, in mbedtls_memory_buffer_alloc_init() 576 mbedtls_platform_set_calloc_free( buffer_alloc_calloc, buffer_alloc_free ); in mbedtls_memory_buffer_alloc_init()
|
Completed in 8 milliseconds