Searched refs:mbedtls_ssl_close_notify (Results 1 – 17 of 17) sorted by relevance
287 mbedtls_ssl_close_notify( &ssl ); in main()
282 mbedtls_ssl_close_notify( &ssl ); in main()
308 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
352 while( ( ret = mbedtls_ssl_close_notify( &ssl ) ) < 0 ) in main()
391 mbedtls_ssl_close_notify( &ssl ); in main()
375 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
240 while( ( ret = mbedtls_ssl_close_notify( &ssl ) ) < 0 ) in handle_ssl_connection()
820 mbedtls_ssl_close_notify( &ssl ); in main()
1565 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
2254 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
624 do ret = mbedtls_ssl_close_notify(&ssl); in main()
413 do ret = mbedtls_ssl_close_notify(&ssl); in main()
464 mbedtls_ssl_close_notify( &ssl ); in main()
2486 int mbedtls_ssl_close_notify( mbedtls_ssl_context *ssl );
2377 #define ssl_close_notify mbedtls_ssl_close_notify
1920 ssl_close_notify mbedtls_ssl_close_notify
6890 int mbedtls_ssl_close_notify( mbedtls_ssl_context *ssl ) in mbedtls_ssl_close_notify() function