Home
last modified time | relevance | path

Searched refs:SSL_ERROR_NONE (Results 1 – 25 of 29) sorted by relevance

12

/third_party/openssl/test/
Ddtlstest.c104 SSL_ERROR_NONE, 0))) in test_dtls_unprocessed()
170 SSL_ERROR_NONE)) in test_dtls_drop_records()
226 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_drop_records()
283 SSL_ERROR_NONE))) in test_cookie()
318 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_duplicate_records()
Dsslapitest.c360 SSL_ERROR_NONE)) in test_keylog()
438 SSL_ERROR_NONE)) in test_keylog_no_master_key()
484 SSL_ERROR_NONE)) in test_keylog_no_master_key()
581 SSL_ERROR_NONE))) in test_client_hello_cb()
624 SSL_ERROR_NONE)) in test_ccs_change_cipher()
639 SSL_ERROR_NONE)) in test_ccs_change_cipher()
658 SSL_ERROR_NONE)) in test_ccs_change_cipher()
762 SSL_ERROR_NONE))) in execute_test_large_message()
908 SSL_ERROR_NONE)) in test_tlsext_status_type()
925 SSL_ERROR_NONE)) in test_tlsext_status_type()
[all …]
Dgosttest.c60 SSL_ERROR_NONE))) in test_tls13()
64 SSL_ERROR_NONE)) in test_tls13()
Dfatalerrtest.c57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
Dtls13ccstest.c304 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
360 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
Dsslbuffertest.c61 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
Drecordlentest.c150 SSL_ERROR_NONE))) in test_record_overflow()
Ddtls_mtu_test.c72 SSL_ERROR_NONE))) in mtu_test()
Dservername_test.c198 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
Dsslcorrupttest.c223 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
Dasynciotest.c327 SSL_ERROR_NONE))) in test_asyncio()
Dssltestlib.c851 if (want != SSL_ERROR_NONE && err == want) in create_bare_ssl_connection()
867 if (want != SSL_ERROR_NONE && err == want) in create_bare_ssl_connection()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_code.h51 # define SSL_ERROR_NONE 0 macro
/third_party/openssl/ssl/
Dbio_ssl.c109 case SSL_ERROR_NONE: in ssl_read()
178 case SSL_ERROR_NONE: in ssl_write()
Dtls_srp.c151 SSL_ERROR_NONE)) in SSL_srp_server_param_with_username()
170 NULL) ? SSL_ERROR_NONE : SSL3_AL_FATAL; in SSL_srp_server_param_with_username()
/third_party/boost/libs/asio/include/boost/asio/ssl/detail/impl/
Dengine.ipp299 else if (ssl_error == SSL_ERROR_NONE)
/third_party/boost/boost/asio/ssl/detail/impl/
Dengine.ipp299 else if (ssl_error == SSL_ERROR_NONE)
/third_party/openssl/doc/man3/
DSSL_get_error.pod34 =item SSL_ERROR_NONE
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c148 ret = SSL_ERROR_NONE; in SSL_get_error()
/third_party/openssl/apps/
Ds_server.c285 ret = SSL_ERROR_NONE; in ssl_srp_server_param_cb()
2604 case SSL_ERROR_NONE: in sv_body()
2679 case SSL_ERROR_NONE: in sv_body()
/third_party/curl/lib/vtls/
Dopenssl.c309 case SSL_ERROR_NONE: in SSL_ERROR_to_str()
1476 case SSL_ERROR_NONE: /* this is not an error */ in ossl_shutdown()
4297 case SSL_ERROR_NONE: /* this is not an error */ in ossl_recv()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc196 case SSL_ERROR_NONE: in ssl_error_string()
1450 case SSL_ERROR_NONE: in ssl_handshaker_process_bytes_from_peer()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc1147 } else if (err != SSL_ERROR_NONE) { in DoExchange()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c990 case SSL_ERROR_NONE: in handle_error()
/third_party/node/src/
Dtls_wrap.cc424 case SSL_ERROR_NONE: in GetSSLError()

12