Lines Matching refs:SSL_shutdown
461 SSL_shutdown(clientssl); in test_keylog_no_master_key()
462 SSL_shutdown(serverssl); in test_keylog_no_master_key()
1442 SSL_shutdown(clientssl); in check_resumption()
1443 SSL_shutdown(serverssl); in check_resumption()
1484 SSL_shutdown(clientssl); in test_tickets()
1485 SSL_shutdown(serverssl); in test_tickets()
1535 SSL_shutdown(clientssl); in test_tickets()
1536 SSL_shutdown(serverssl); in test_tickets()
2250 SSL_shutdown(*clientssl); in setupearly_data_test()
2251 SSL_shutdown(*serverssl); in setupearly_data_test()
2415 SSL_shutdown(clientssl); in test_early_data_read_write()
2416 SSL_shutdown(serverssl); in test_early_data_read_write()
2543 SSL_shutdown(clientssl); in test_early_data_replay_int()
2544 SSL_shutdown(serverssl); in test_early_data_replay_int()
3161 SSL_shutdown(clientssl); in test_early_data_psk_with_all_ciphers()
3163 SSL_shutdown(serverssl); in test_early_data_psk_with_all_ciphers()
3408 SSL_shutdown(clientssl); in test_ciphersuite_change()
3409 SSL_shutdown(serverssl); in test_ciphersuite_change()
3428 SSL_shutdown(clientssl); in test_ciphersuite_change()
3429 SSL_shutdown(serverssl); in test_ciphersuite_change()
3450 SSL_shutdown(clientssl); in test_ciphersuite_change()
3451 SSL_shutdown(serverssl); in test_ciphersuite_change()
3465 SSL_shutdown(clientssl); in test_ciphersuite_change()
3466 SSL_shutdown(serverssl); in test_ciphersuite_change()
4291 SSL_shutdown(clientssl); in test_custom_exts()
4292 SSL_shutdown(serverssl); in test_custom_exts()
4815 SSL_shutdown(clientssl); in test_ssl_clear()
4816 SSL_shutdown(serverssl); in test_ssl_clear()
4831 SSL_shutdown(clientssl); in test_ssl_clear()
4832 SSL_shutdown(serverssl); in test_ssl_clear()
4996 SSL_shutdown(clientssl); in test_pha_key_update()
4997 SSL_shutdown(serverssl); in test_pha_key_update()
5466 SSL_shutdown(clientssl); in test_info_callback()
5467 SSL_shutdown(serverssl); in test_info_callback()
5848 SSL_shutdown(clientssl); in test_ticket_callbacks()
5849 SSL_shutdown(serverssl); in test_ticket_callbacks()
5951 if (!TEST_int_eq(SSL_shutdown(clientssl), 0)) in test_shutdown()
5982 if (!TEST_int_eq(SSL_shutdown(serverssl), 1)) in test_shutdown()
6008 if (!TEST_int_eq(SSL_shutdown(serverssl), 0) in test_shutdown()
6014 || !TEST_int_eq(SSL_shutdown(clientssl), 1) in test_shutdown()
6017 || !TEST_int_eq(SSL_shutdown(serverssl), 1)) in test_shutdown()
6025 if (!TEST_int_eq(SSL_shutdown(clientssl), 1) in test_shutdown()
6037 if (!TEST_int_eq(SSL_shutdown(clientssl), -1) in test_shutdown()
6523 if (!TEST_int_eq(SSL_shutdown(clientssl), 0) in test_servername()
6526 || !TEST_int_eq(SSL_shutdown(serverssl), 0)) in test_servername()