Home
last modified time | relevance | path

Searched refs:shutdown_ssl_connection (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/test/
Dssltestlib.h24 void shutdown_ssl_connection(SSL *serverssl, SSL *clientssl);
Dsslapitest.c629 shutdown_ssl_connection(serverssl, clientssl); in test_ccs_change_cipher()
647 shutdown_ssl_connection(serverssl, clientssl); in test_ccs_change_cipher()
691 shutdown_ssl_connection(serverssl, clientssl); in test_ccs_change_cipher()
1110 shutdown_ssl_connection(serverssl2, clientssl2); in execute_test_session()
3740 shutdown_ssl_connection(serverssl, clientssl); in test_tls13_psk()
3783 shutdown_ssl_connection(serverssl, clientssl); in test_tls13_psk()
3819 shutdown_ssl_connection(serverssl, clientssl); in test_tls13_psk()
3856 shutdown_ssl_connection(serverssl, clientssl); in test_tls13_psk()
3984 shutdown_ssl_connection(serverssl, clientssl); in test_stateless()
Dssltestlib.c938 void shutdown_ssl_connection(SSL *serverssl, SSL *clientssl) in shutdown_ssl_connection() function