Home
last modified time | relevance | path

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

12

/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dmini_client.c261 mbedtls_ssl_close_notify(&ssl); in main()
Dssl_client1.c260 mbedtls_ssl_close_notify(&ssl); in main()
Ddtls_client.c304 ret = mbedtls_ssl_close_notify(&ssl); in main()
Dssl_server.c323 while ((ret = mbedtls_ssl_close_notify(&ssl)) < 0) { in main()
Ddtls_server.c360 ret = mbedtls_ssl_close_notify(&ssl); in main()
Dssl_fork_server.c360 mbedtls_ssl_close_notify(&ssl); in main()
Dssl_pthread_server.c212 while ((ret = mbedtls_ssl_close_notify(&ssl)) < 0) { in handle_ssl_connection()
Dssl_mail_client.c778 mbedtls_ssl_close_notify(&ssl); in main()
Dssl_client2.c2693 ret = mbedtls_ssl_close_notify(&ssl); in main()
/external/mbedtls/programs/ssl/
Dmini_client.c257 mbedtls_ssl_close_notify(&ssl); in main()
Dssl_client1.c260 mbedtls_ssl_close_notify(&ssl); in main()
Ddtls_client.c304 ret = mbedtls_ssl_close_notify(&ssl); in main()
Dssl_server.c319 while ((ret = mbedtls_ssl_close_notify(&ssl)) < 0) { in main()
Dssl_fork_server.c357 mbedtls_ssl_close_notify(&ssl); in main()
Ddtls_server.c360 ret = mbedtls_ssl_close_notify(&ssl); in main()
Dssl_pthread_server.c207 while ((ret = mbedtls_ssl_close_notify(&ssl)) < 0) { in handle_ssl_connection()
Dssl_mail_client.c782 mbedtls_ssl_close_notify(&ssl); in main()
Dssl_client2.c2895 ret = mbedtls_ssl_close_notify(&ssl); in main()
/external/openthread/src/core/meshcop/
Dsecure_transport.cpp506 mbedtls_ssl_close_notify(&mSsl); in Disconnect()
1101 mbedtls_ssl_close_notify(&mSsl); in Process()
1109 mbedtls_ssl_close_notify(&mSsl); in Process()
/external/mbedtls/programs/x509/
Dcert_app.c428 mbedtls_ssl_close_notify(&ssl); in main()
/external/openthread/third_party/mbedtls/repo/programs/x509/
Dcert_app.c432 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.h4207 int mbedtls_ssl_close_notify(mbedtls_ssl_context *ssl);
Dcompat-1.3.h2284 #define ssl_close_notify mbedtls_ssl_close_notify
/external/mbedtls/include/mbedtls/
Dssl.h5000 int mbedtls_ssl_close_notify(mbedtls_ssl_context *ssl);

12