Searched refs:mbedtls_ssl_close_notify (Results 1 – 16 of 16) sorted by relevance
284 mbedtls_ssl_close_notify( &ssl ); in main()
285 mbedtls_ssl_close_notify( &ssl ); in main()
321 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
354 while( ( ret = mbedtls_ssl_close_notify( &ssl ) ) < 0 ) in main()
388 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
396 mbedtls_ssl_close_notify( &ssl ); in main()
243 while( ( ret = mbedtls_ssl_close_notify( &ssl ) ) < 0 ) in handle_ssl_connection()
835 mbedtls_ssl_close_notify( &ssl ); in main()
2897 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
3905 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
447 mbedtls_ssl_close_notify(&mSsl); in Disconnect()891 mbedtls_ssl_close_notify(&mSsl); in Process()899 mbedtls_ssl_close_notify(&mSsl); in Process()
472 mbedtls_ssl_close_notify( &ssl ); in main()
4214 int mbedtls_ssl_close_notify( mbedtls_ssl_context *ssl );
2281 #define ssl_close_notify mbedtls_ssl_close_notify
1920 ssl_close_notify mbedtls_ssl_close_notify
5784 int mbedtls_ssl_close_notify( mbedtls_ssl_context *ssl ) in mbedtls_ssl_close_notify() function