Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_close_notify (Results 1 – 25 of 30) sorted by relevance

12

/external/mbedtls/programs/ssl/
Dmini_client.c271 mbedtls_ssl_close_notify( &ssl ); in main()
Dssl_client1.c273 mbedtls_ssl_close_notify( &ssl ); in main()
Ddtls_client.c311 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
Dssl_server.c338 while( ( ret = mbedtls_ssl_close_notify( &ssl ) ) < 0 ) in main()
Dssl_fork_server.c382 mbedtls_ssl_close_notify( &ssl ); in main()
Ddtls_server.c372 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
Dssl_pthread_server.c227 while( ( ret = mbedtls_ssl_close_notify( &ssl ) ) < 0 ) in handle_ssl_connection()
Dssl_mail_client.c824 mbedtls_ssl_close_notify( &ssl ); in main()
Dssl_client2.c3117 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dmini_client.c284 mbedtls_ssl_close_notify( &ssl ); in main()
Dssl_client1.c285 mbedtls_ssl_close_notify( &ssl ); in main()
Ddtls_client.c321 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
Dssl_server.c354 while( ( ret = mbedtls_ssl_close_notify( &ssl ) ) < 0 ) in main()
Dssl_fork_server.c396 mbedtls_ssl_close_notify( &ssl ); in main()
Ddtls_server.c388 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
Dssl_pthread_server.c243 while( ( ret = mbedtls_ssl_close_notify( &ssl ) ) < 0 ) in handle_ssl_connection()
Dssl_mail_client.c835 mbedtls_ssl_close_notify( &ssl ); in main()
Dssl_client2.c2897 do ret = mbedtls_ssl_close_notify( &ssl ); in main()
/external/openthread/src/core/meshcop/
Ddtls.cpp451 mbedtls_ssl_close_notify(&mSsl); in Disconnect()
909 mbedtls_ssl_close_notify(&mSsl); in Process()
917 mbedtls_ssl_close_notify(&mSsl); in Process()
/external/mbedtls/programs/x509/
Dcert_app.c456 mbedtls_ssl_close_notify( &ssl ); in main()
/external/openthread/third_party/mbedtls/repo/programs/x509/
Dcert_app.c472 mbedtls_ssl_close_notify( &ssl ); in main()
/external/libwebsockets/lib/tls/mbedtls/wrapper/platform/
Dssl_pm.c394 ret = mbedtls_ssl_close_notify(&ssl_pm->ssl); in ssl_pm_shutdown()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dssl.h4214 int mbedtls_ssl_close_notify( mbedtls_ssl_context *ssl );
/external/mbedtls/include/mbedtls/
Dssl.h4930 int mbedtls_ssl_close_notify( mbedtls_ssl_context *ssl );
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1920 ssl_close_notify mbedtls_ssl_close_notify

12