Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A 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) {
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/
H A Dfuzz_dtlsserver.c135 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
145 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
H A Dfuzz_dtlsclient.c106 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
H A Dfuzz_client.c162 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
H A Dfuzz_server.c179 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/mbedtls/programs/fuzz/
H A Dfuzz_dtlsserver.c137 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
147 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
H A Dfuzz_dtlsclient.c108 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
H A Dfuzz_client.c164 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
H A Dfuzz_server.c181 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dmini_client.c243 if (mbedtls_ssl_handshake(&ssl) != 0) { in main()
H A Dssl_client1.c177 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
H A Ddtls_client.c202 ret = mbedtls_ssl_handshake(&ssl); in main()
H A Dssl_server.c243 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
H A Dssl_fork_server.c275 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
H A Ddtls_server.c285 ret = mbedtls_ssl_handshake(&ssl); in main()
H A Dssl_pthread_server.c127 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in handle_ssl_connection()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dmini_client.c243 if (mbedtls_ssl_handshake(&ssl) != 0) { in main()
H A Dssl_client1.c177 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
H A Ddtls_client.c202 ret = mbedtls_ssl_handshake(&ssl); in main()
H A Dssl_fork_server.c275 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
H A Dssl_server.c243 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
H A Ddtls_server.c285 ret = mbedtls_ssl_handshake(&ssl); in main()
H A Dssl_pthread_server.c127 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in handle_ssl_connection()
/aosp_15_r20/external/mbedtls/programs/x509/
H A Dcert_app.c402 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A Dcert_app.c402 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()

12