Home
last modified time | relevance | path

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

/openssl/test/
H A Ddtlstest.c58 SSL *serverssl1 = NULL, *clientssl1 = NULL; in test_dtls_unprocessed() local
86 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in test_dtls_unprocessed()
111 if (!TEST_true(create_bare_ssl_connection(serverssl1, clientssl1, in test_dtls_unprocessed()
122 SSL_free(serverssl1); in test_dtls_unprocessed()
H A Dsslapitest.c1875 SSL *serverssl1 = NULL, *clientssl1 = NULL; in execute_test_session() local
1919 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in execute_test_session()
1921 || !TEST_true(create_ssl_connection(serverssl1, clientssl1, in execute_test_session()
2054 SSL_free(serverssl1); in execute_test_session()
2056 serverssl1 = clientssl1 = NULL; in execute_test_session()
2069 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in execute_test_session()
2071 || !TEST_true(create_ssl_connection(serverssl1, clientssl1, in execute_test_session()
2074 || !TEST_ptr(sess2 = SSL_get1_session(serverssl1))) in execute_test_session()
2169 SSL_free(serverssl1); in execute_test_session()

Completed in 28 milliseconds