HomeSort by: relevance | last modified time | path
    Searched refs:serverssl2 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 1159 SSL *serverssl2 = NULL, *clientssl2 = NULL; local
1215 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl2,
1218 || !TEST_true(create_ssl_connection(serverssl2, clientssl2,
1247 shutdown_ssl_connection(serverssl2, clientssl2);
1248 serverssl2 = clientssl2 = NULL;
1251 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl2,
1253 || !TEST_true(create_ssl_connection(serverssl2, clientssl2,
1336 SSL_free(serverssl2);
1338 serverssl2 = clientssl2 = NULL;
1396 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl2,
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 2074 SSL *serverssl2 = NULL, *clientssl2 = NULL; local
2134 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl2,
2137 || !TEST_true(create_ssl_connection(serverssl2, clientssl2,
2166 shutdown_ssl_connection(serverssl2, clientssl2);
2167 serverssl2 = clientssl2 = NULL;
2170 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl2,
2172 || !TEST_true(create_ssl_connection(serverssl2, clientssl2,
2255 SSL_free(serverssl2);
2257 serverssl2 = clientssl2 = NULL;
2317 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl2,
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 2037 SSL *serverssl2 = NULL, *clientssl2 = NULL; local
2097 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl2,
2100 || !TEST_true(create_ssl_connection(serverssl2, clientssl2,
2129 shutdown_ssl_connection(serverssl2, clientssl2);
2130 serverssl2 = clientssl2 = NULL;
2133 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl2,
2135 || !TEST_true(create_ssl_connection(serverssl2, clientssl2,
2218 SSL_free(serverssl2);
2220 serverssl2 = clientssl2 = NULL;
2280 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl2,
    [all...]

Completed in 31 milliseconds