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

  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 9660 int dhauto = (idx == 3 || idx == 4) ? 1 : 0; local
9692 if (!TEST_true(SSL_CTX_set_dh_auto(sctx, dhauto)))
9715 if (!TEST_true(SSL_set_dh_auto(serverssl, dhauto)))
sslapitest.c 9660 int dhauto = (idx == 3 || idx == 4) ? 1 : 0; local
9692 if (!TEST_true(SSL_CTX_set_dh_auto(sctx, dhauto)))
9715 if (!TEST_true(SSL_set_dh_auto(serverssl, dhauto)))
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 10769 int dhauto = (idx == 3 || idx == 4) ? 1 : 0; local
10801 if (!TEST_true(SSL_CTX_set_dh_auto(sctx, dhauto)))
10824 if (!TEST_true(SSL_set_dh_auto(serverssl, dhauto)))
sslapitest.c 10769 int dhauto = (idx == 3 || idx == 4) ? 1 : 0; local
10801 if (!TEST_true(SSL_CTX_set_dh_auto(sctx, dhauto)))
10824 if (!TEST_true(SSL_set_dh_auto(serverssl, dhauto)))

Completed in 49 milliseconds