Searched refs:mbedtls_exit (Results 1 – 5 of 5) sorted by relevance
291 extern void (*mbedtls_exit)( int status );305 #define mbedtls_exit MBEDTLS_PLATFORM_EXIT_MACRO macro307 #define mbedtls_exit exit macro
2184 #define polarssl_exit mbedtls_exit
270 mbedtls_exit( 1 ); in buffer_alloc_calloc()309 mbedtls_exit( 1 ); in buffer_alloc_calloc()367 mbedtls_exit( 1 ); in buffer_alloc_calloc()389 mbedtls_exit( 1 ); in buffer_alloc_free()396 mbedtls_exit( 1 ); in buffer_alloc_free()404 mbedtls_exit( 1 ); in buffer_alloc_free()489 mbedtls_exit( 1 ); in buffer_alloc_free()
242 void (*mbedtls_exit)( int status ) = MBEDTLS_PLATFORM_STD_EXIT; variable246 mbedtls_exit = exit_func; in mbedtls_platform_set_exit()
907 * Unify the example programs termination to call mbedtls_exit() instead of
Completed in 23 milliseconds