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

  /src/crypto/external/apache2/openssl/dist/test/
ssl_test.c 23 static OSSL_PROVIDER *defctxnull = NULL, *thisprov = NULL; variable
565 if (!test_arg_libctx(&libctx, &defctxnull, &thisprov, 1, USAGE))
576 OSSL_PROVIDER_unload(thisprov);
ssl_old_test.c 940 OSSL_PROVIDER *thisprov = NULL, *defctxnull = NULL; local
1385 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider))
1907 OSSL_PROVIDER_unload(thisprov);
  /src/crypto/external/bsd/openssl/dist/test/
ssl_test.c 23 static OSSL_PROVIDER *defctxnull = NULL, *thisprov = NULL; variable
557 if (!test_arg_libctx(&libctx, &defctxnull, &thisprov, 1, USAGE))
568 OSSL_PROVIDER_unload(thisprov);
ssl_old_test.c 930 OSSL_PROVIDER *thisprov = NULL, *defctxnull = NULL; local
1384 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider))
1912 OSSL_PROVIDER_unload(thisprov);
  /src/crypto/external/apache2/openssl/dist/crypto/
provider_core.c 2131 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; local
2133 OSSL_LIB_CTX *libctx = thisprov->libctx;
2145 child_cb->prov = thisprov;
2207 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; local
2208 OSSL_LIB_CTX *libctx = thisprov->libctx;
2221 if (child_cb->prov == thisprov) {
  /src/crypto/external/bsd/openssl/dist/crypto/
provider_core.c 1733 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; local
1735 OSSL_LIB_CTX *libctx = thisprov->libctx;
1747 child_cb->prov = thisprov;
1809 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; local
1810 OSSL_LIB_CTX *libctx = thisprov->libctx;
1823 if (child_cb->prov == thisprov) {

Completed in 34 milliseconds