Home
last modified time | relevance | path

Searched refs:mbedtls_exit (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dplatform.h353 extern void (*mbedtls_exit)(int status);
366 #undef mbedtls_exit
368 #define mbedtls_exit MBEDTLS_PLATFORM_EXIT_MACRO macro
370 #define mbedtls_exit exit macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmemory_buffer_alloc.c246 mbedtls_exit(1); in buffer_alloc_calloc()
287 mbedtls_exit(1); in buffer_alloc_calloc()
351 mbedtls_exit(1); in buffer_alloc_calloc()
374 mbedtls_exit(1); in buffer_alloc_free()
381 mbedtls_exit(1); in buffer_alloc_free()
389 mbedtls_exit(1); in buffer_alloc_free()
477 mbedtls_exit(1); in buffer_alloc_free()
H A Dplatform.c252 void (*mbedtls_exit)(int status) = MBEDTLS_PLATFORM_STD_EXIT; variable
256 mbedtls_exit = exit_func; in mbedtls_platform_set_exit()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2796 * Unify the example programs termination to call mbedtls_exit() instead of