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

  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 4266 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; local
4293 &sctx2, NULL, cert, privkey)))
4300 if (sctx2 != NULL)
4301 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3);
4366 if (sctx2 != NULL
4367 && !TEST_true(SSL_CTX_add_custom_ext(sctx2, TEST_EXT_TYPE1,
4388 || !TEST_true(SSL_CTX_set_tlsext_servername_arg(sctx, sctx2)))
4483 SSL_CTX_free(sctx2);
4631 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; local
4775 SSL_CTX_free(sctx2);
6903 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 5893 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; local
5920 &sctx2, NULL, cert, privkey)))
5927 if (sctx2 != NULL)
5928 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3);
5993 if (sctx2 != NULL
5994 && !TEST_true(SSL_CTX_add_custom_ext(sctx2, TEST_EXT_TYPE1,
6015 || !TEST_true(SSL_CTX_set_tlsext_servername_arg(sctx, sctx2)))
6110 SSL_CTX_free(sctx2);
6259 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; local
6409 SSL_CTX_free(sctx2);
9878 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 6202 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; local
6229 &sctx2, NULL, cert, privkey)))
6235 if (sctx2 != NULL)
6236 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3);
6303 if (sctx2 != NULL
6304 && !TEST_true(SSL_CTX_add_custom_ext(sctx2, TEST_EXT_TYPE1,
6325 || !TEST_true(SSL_CTX_set_tlsext_servername_arg(sctx, sctx2)))
6420 SSL_CTX_free(sctx2);
6569 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; local
6748 SSL_CTX_free(sctx2);
10966 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; local
12978 SSL_CTX *sctx = NULL, *sctx2 = NULL, *cctx = NULL; local
    [all...]

Completed in 23 milliseconds