Home
last modified time | relevance | path

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

/mbedtls-latest/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) {
/mbedtls-latest/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()
/mbedtls-latest/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_server.c243 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
Dssl_fork_server.c275 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_client2.c2220 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
2799 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
3114 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
Dssl_mail_client.c162 while ((ret = mbedtls_ssl_handshake(ssl)) != 0) { in do_handshake()
Dssl_server2.c3468 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
/mbedtls-latest/programs/x509/
Dcert_app.c402 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
/mbedtls-latest/tests/suites/
Dtest_suite_ssl.function4743 * in the first call to mbedtls_ssl_handshake(), the server ends up sending
4749 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
4765 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
4915 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
4957 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
4975 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
5022 ret = mbedtls_ssl_handshake(&(server_ep.ssl));
/mbedtls-latest/library/
Dssl_msg.c5830 ret = mbedtls_ssl_handshake(ssl); in mbedtls_ssl_read()
6067 if ((ret = mbedtls_ssl_handshake(ssl)) != 0) { in mbedtls_ssl_write()
6157 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()
/mbedtls-latest/include/mbedtls/
Dssl.h4974 int mbedtls_ssl_handshake(mbedtls_ssl_context *ssl);