Home
last modified time | relevance | path

Searched refs:serverssl1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Ddtlstest.c73 SSL *serverssl1 = NULL, *clientssl1 = NULL; in test_dtls_unprocessed() local
101 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in test_dtls_unprocessed()
126 if (!TEST_true(create_bare_ssl_connection(serverssl1, clientssl1, in test_dtls_unprocessed()
137 SSL_free(serverssl1); in test_dtls_unprocessed()
H A Dsslapitest.c2073 SSL *serverssl1 = NULL, *clientssl1 = NULL; in execute_test_session() local
2117 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in execute_test_session()
2119 || !TEST_true(create_ssl_connection(serverssl1, clientssl1, in execute_test_session()
2252 SSL_free(serverssl1); in execute_test_session()
2254 serverssl1 = clientssl1 = NULL; in execute_test_session()
2267 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in execute_test_session()
2269 || !TEST_true(create_ssl_connection(serverssl1, clientssl1, in execute_test_session()
2272 || !TEST_ptr(sess2 = SSL_get1_session(serverssl1))) in execute_test_session()
2369 SSL_free(serverssl1); in execute_test_session()