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

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 77 static SSL_CTX *s_ctx = NULL; variable
230 if (sn_expect == 1 && ctx == s_ctx)
237 else if (ctx == s_ctx)
1389 s_ctx = SSL_CTX_new_ex(libctx, NULL, meth);
1391 if ((c_ctx == NULL) || (s_ctx == NULL) || (s_ctx2 == NULL)) {
1401 SSL_CTX_set_security_level(s_ctx, 0);
1406 SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET);
1413 if (SSL_CTX_set_min_proto_version(s_ctx, min_version) == 0)
1415 if (SSL_CTX_set_max_proto_version(s_ctx, max_version) == 0)
1433 if (!SSL_CTX_set_cipher_list(s_ctx, cipher))
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 76 static SSL_CTX *s_ctx = NULL; variable
232 if (sn_expect == 1 && ctx == s_ctx)
239 else if (ctx == s_ctx)
1388 s_ctx = SSL_CTX_new_ex(libctx, NULL, meth);
1390 if ((c_ctx == NULL) || (s_ctx == NULL) || (s_ctx2 == NULL)) {
1400 SSL_CTX_set_security_level(s_ctx, 0);
1405 SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET);
1412 if (SSL_CTX_set_min_proto_version(s_ctx, min_version) == 0)
1414 if (SSL_CTX_set_max_proto_version(s_ctx, max_version) == 0)
1432 if (!SSL_CTX_set_cipher_list(s_ctx, cipher))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 77 static SSL_CTX *s_ctx = NULL; variable
242 if (sn_expect == 1 && ctx == s_ctx)
249 else if (ctx == s_ctx)
1394 s_ctx = SSL_CTX_new(meth);
1396 if ((c_ctx == NULL) || (s_ctx == NULL) || (s_ctx2 == NULL)) {
1406 SSL_CTX_set_security_level(s_ctx, 0);
1411 SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET);
1418 if (SSL_CTX_set_min_proto_version(s_ctx, min_version) == 0)
1420 if (SSL_CTX_set_max_proto_version(s_ctx, max_version) == 0)
1438 if (!SSL_CTX_set_cipher_list(s_ctx, cipher))
    [all...]

Completed in 30 milliseconds