Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_handshake (Results 1 – 22 of 22) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/docs/
Dtls13-early-data.md119 ret = mbedtls_ssl_handshake(ssl);
153 of the mbedtls_ssl_handshake(), mbedtls_ssl_read() and mbedtls_ssl_write() APIs,
161 while ((int ret = mbedtls_ssl_handshake(&ssl)) != 0) {
173 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) {
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_dtlsserver.c135 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
145 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
Dfuzz_dtlsclient.c106 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
Dfuzz_client.c162 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
Dfuzz_server.c179 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dmini_client.c243 if (mbedtls_ssl_handshake(&ssl) != 0) { in main()
Dssl_client1.c177 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
Ddtls_client.c202 ret = mbedtls_ssl_handshake(&ssl); in main()
Dssl_fork_server.c275 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
Dssl_server.c243 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
Ddtls_server.c285 ret = mbedtls_ssl_handshake(&ssl); in main()
Dssl_pthread_server.c127 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in handle_ssl_connection()
Dssl_mail_client.c162 while ((ret = mbedtls_ssl_handshake(ssl)) != 0) { in do_handshake()
Dssl_client2.c2201 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
2772 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
3087 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
Dssl_server2.c3459 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
/openthread-latest/third_party/mbedtls/repo/programs/x509/
Dcert_app.c402 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
/openthread-latest/src/cli/
Dcli_tcp.cpp1207 rv = mbedtls_ssl_handshake(&mSslContext); in ContinueTlsHandshake()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function4730 * in the first call to mbedtls_ssl_handshake(), the server ends up sending
4736 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
4752 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
4902 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
4944 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
4962 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
5009 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp520 rval = mbedtls_ssl_handshake(&mSsl); in Process()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h4929 int mbedtls_ssl_handshake(mbedtls_ssl_context *ssl);
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_msg.c5821 ret = mbedtls_ssl_handshake(ssl); in mbedtls_ssl_read()
6058 if ((ret = mbedtls_ssl_handshake(ssl)) != 0) { in mbedtls_ssl_write()
6148 ret = mbedtls_ssl_handshake(ssl); in mbedtls_ssl_write_early_data()
Dssl_tls.c4587 int mbedtls_ssl_handshake(mbedtls_ssl_context *ssl) in mbedtls_ssl_handshake() function
4684 if ((ret = mbedtls_ssl_handshake(ssl)) != 0) { in mbedtls_ssl_start_renegotiation()
4739 if ((ret = mbedtls_ssl_handshake(ssl)) != 0) { in mbedtls_ssl_renegotiate()