Searched refs:shutdown_ssl_connection (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/helpers/ |
D | ssltestlib.h | 27 void shutdown_ssl_connection(SSL *serverssl, SSL *clientssl);
|
D | ssltestlib.c | 1172 void shutdown_ssl_connection(SSL *serverssl, SSL *clientssl) in shutdown_ssl_connection() function
|
/third_party/openssl/test/ |
D | sslapitest.c | 873 shutdown_ssl_connection(serverssl, clientssl); in test_ccs_change_cipher() 891 shutdown_ssl_connection(serverssl, clientssl); in test_ccs_change_cipher() 935 shutdown_ssl_connection(serverssl, clientssl); in test_ccs_change_cipher() 2113 shutdown_ssl_connection(serverssl2, clientssl2); in execute_test_session() 5433 shutdown_ssl_connection(serverssl, clientssl); in test_tls13_psk() 5476 shutdown_ssl_connection(serverssl, clientssl); in test_tls13_psk() 5517 shutdown_ssl_connection(serverssl, clientssl); in test_tls13_psk() 5554 shutdown_ssl_connection(serverssl, clientssl); in test_tls13_psk() 5682 shutdown_ssl_connection(serverssl, clientssl); in test_stateless()
|