Searched refs:client_ssl (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/regress/lib/libssl/verify/
H A Dverify.c181 connect_peers(SSL *client_ssl, SSL *server_ssl, const char *description) argument
211 SSL_set_bio(client_ssl, server_wbio, client_wbio);
264 handshake(SSL *client_ssl, SSL *server_ssl, const char *description) argument
269 if (!push_data_to_peer(client_ssl, &client_ret, SSL_connect,
287 shutdown_peers(SSL *client_ssl, SSL *server_ssl, const char *description) argument
292 if (!push_data_to_peer(client_ssl, &client_ret, SSL_shutdown,
313 SSL *client_ssl = NULL, *server_ssl = NULL; local
322 if ((client_ssl = SSL_new(client_ctx)) == NULL) {
333 if (!connect_peers(client_ssl, server_ssl, test->description))
336 if (!handshake(client_ssl, server_ss
[all...]
/openbsd-current/regress/lib/libssl/unit/
H A Dssl_get_shared_ciphers.c250 connect_peers(SSL *client_ssl, SSL *server_ssl, const char *description) argument
280 SSL_set_bio(client_ssl, server_wbio, client_wbio);
333 handshake(SSL *client_ssl, SSL *server_ssl, const char *description) argument
338 if (!push_data_to_peer(client_ssl, &client_ret, SSL_connect,
356 shutdown_peers(SSL *client_ssl, SSL *server_ssl, const char *description) argument
361 if (!push_data_to_peer(client_ssl, &client_ret, SSL_shutdown,
413 SSL *client_ssl = NULL, *server_ssl = NULL; local
422 if ((client_ssl = SSL_new(client_ctx)) == NULL) {
433 if (!connect_peers(client_ssl, server_ssl, test->description))
436 if (!handshake(client_ssl, server_ss
[all...]

Completed in 124 milliseconds