Searched refs:shutdown_ssl_connection (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | ssltestlib.h | 24 void shutdown_ssl_connection(SSL *serverssl, SSL *clientssl);
|
D | sslapitest.c | 629 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()
|
D | ssltestlib.c | 938 void shutdown_ssl_connection(SSL *serverssl, SSL *clientssl) in shutdown_ssl_connection() function
|