Searched refs:mbedtls_ssl_handshake (Results 1 – 25 of 42) sorted by relevance
12
119 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) {
135 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()145 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
106 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
162 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
179 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
137 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()147 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
108 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
164 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
181 ret = mbedtls_ssl_handshake(&ssl); in LLVMFuzzerTestOneInput()
243 if (mbedtls_ssl_handshake(&ssl) != 0) { in main()
177 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
202 ret = mbedtls_ssl_handshake(&ssl); in main()
243 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
275 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()
285 ret = mbedtls_ssl_handshake(&ssl); in main()
127 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in handle_ssl_connection()
402 while ((ret = mbedtls_ssl_handshake(&ssl)) != 0) { in main()