Searched refs:mbedtls_exit (Results 1 – 4 of 4) sorted by relevance
353 extern void (*mbedtls_exit)(int status);366 #undef mbedtls_exit368 #define mbedtls_exit MBEDTLS_PLATFORM_EXIT_MACRO macro370 #define mbedtls_exit exit macro
246 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()
252 void (*mbedtls_exit)(int status) = MBEDTLS_PLATFORM_STD_EXIT; variable256 mbedtls_exit = exit_func; in mbedtls_platform_set_exit()
2796 * Unify the example programs termination to call mbedtls_exit() instead of