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

  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 8379 OSSL_LIB_CTX *tmplibctx = OSSL_LIB_CTX_new(); local
8381 if (!TEST_ptr(tmplibctx))
8392 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method());
8396 sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method());
8443 OSSL_LIB_CTX_free(tmplibctx);
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 7777 OSSL_LIB_CTX *tmplibctx = OSSL_LIB_CTX_new(); local
7779 if (!TEST_ptr(tmplibctx))
7790 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method());
7794 sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method());
7842 OSSL_LIB_CTX_free(tmplibctx);

Completed in 38 milliseconds