/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 393 SSL_ERROR_NONE)) in test_keylog() 472 SSL_ERROR_NONE)) in test_keylog_no_master_key() 518 SSL_ERROR_NONE)) in test_keylog_no_master_key() 615 SSL_ERROR_NONE))) in test_client_cert_verify_cb() 780 SSL_ERROR_NONE))) in test_client_hello_cb() 814 if (!create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE)) { in test_no_ems() 868 SSL_ERROR_NONE)) in test_ccs_change_cipher() 883 SSL_ERROR_NONE)) in test_ccs_change_cipher() 902 SSL_ERROR_NONE)) in test_ccs_change_cipher() 1037 SSL_ERROR_NONE))) in execute_test_large_message() [all …]
|
H A D | dtlstest.c | 128 SSL_ERROR_NONE, 0))) in test_dtls_unprocessed() 228 SSL_ERROR_NONE)) in test_dtls_drop_records() 286 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_drop_records() 336 SSL_ERROR_NONE))) in test_cookie() 379 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_duplicate_records()
|
H A D | dtls_mtu_test.c | 72 SSL_ERROR_NONE))) in mtu_test() 220 SSL_ERROR_NONE))) in test_server_mtu_larger_than_max_fragment_length()
|
H A D | fatalerrtest.c | 57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
|
H A D | tls13ccstest.c | 304 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs() 367 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
|
H A D | sslbuffertest.c | 70 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func() 205 SSL_ERROR_NONE)))
|
H A D | recordlentest.c | 150 SSL_ERROR_NONE))) in test_record_overflow()
|
H A D | servername_test.c | 219 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
|
H A D | sslcorrupttest.c | 226 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
|
H A D | asynciotest.c | 328 SSL_ERROR_NONE))) in test_asyncio()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake_srp.c | 38 return SSL_ERROR_NONE; in server_srp_cb()
|
H A D | ssltestlib.c | 1098 if (want != SSL_ERROR_NONE && err == want) in create_bare_ssl_connection() 1116 if (want != SSL_ERROR_NONE && err == want) in create_bare_ssl_connection()
|
/freebsd/crypto/openssl/ssl/ |
H A D | bio_ssl.c | 109 case SSL_ERROR_NONE: in ssl_read() 178 case SSL_ERROR_NONE: in ssl_write()
|
H A D | tls_srp.c | 197 SSL_ERROR_NONE)) in ssl_srp_server_param_with_username_intern() 216 NULL) ? SSL_ERROR_NONE : SSL3_AL_FATAL; in ssl_srp_server_param_with_username_intern()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 183 ret = SSL_ERROR_NONE; in ssl_srp_server_param_cb()
|
/freebsd/contrib/sendmail/src/ |
H A D | sfsasl.c | 736 case SSL_ERROR_NONE: 861 case SSL_ERROR_NONE:
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_srp_password.pod | 88 The callback should return B<SSL_ERROR_NONE> to proceed with the server key exchange, 184 return SSL_ERROR_NONE;
|
H A D | SSL_get_error.pod | 45 =item SSL_ERROR_NONE
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_tls.c | 163 case SSL_ERROR_NONE: in ssl_check_error()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 2842 case SSL_ERROR_NONE: in s_client_main() 2942 case SSL_ERROR_NONE: in s_client_main()
|
H A D | s_server.c | 2691 case SSL_ERROR_NONE: in sv_body() 2777 case SSL_ERROR_NONE: in sv_body()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | bufferevent_openssl.c | 524 case SSL_ERROR_NONE: in conn_closed()
|
/freebsd/contrib/libevent/ |
H A D | bufferevent_openssl.c | 524 case SSL_ERROR_NONE: in conn_closed()
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 991 case SSL_ERROR_NONE: in log_crypto_err_io_code_arg()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1252 # define SSL_ERROR_NONE 0 macro
|