Home
last modified time | relevance | path

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

/openssl/test/
H A Ddtlstest.c74 SSL *serverssl1 = NULL, *clientssl1 = NULL; in test_dtls_unprocessed() local
102 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in test_dtls_unprocessed()
127 if (!TEST_true(create_bare_ssl_connection(serverssl1, clientssl1, in test_dtls_unprocessed()
138 SSL_free(serverssl1); in test_dtls_unprocessed()
H A Dsslapitest.c2064 SSL *serverssl1 = NULL, *clientssl1 = NULL; in execute_test_session() local
2108 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in execute_test_session()
2110 || !TEST_true(create_ssl_connection(serverssl1, clientssl1, in execute_test_session()
2243 SSL_free(serverssl1); in execute_test_session()
2245 serverssl1 = clientssl1 = NULL; in execute_test_session()
2258 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in execute_test_session()
2260 || !TEST_true(create_ssl_connection(serverssl1, clientssl1, in execute_test_session()
2263 || !TEST_ptr(sess2 = SSL_get1_session(serverssl1))) in execute_test_session()
2360 SSL_free(serverssl1); in execute_test_session()

Completed in 30 milliseconds