Home
last modified time | relevance | path

Searched refs:thisprov (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dssl_test.c23 static OSSL_PROVIDER *defctxnull = NULL, *thisprov = NULL; variable
564 if (!test_arg_libctx(&libctx, &defctxnull, &thisprov, 1, USAGE)) in OPT_TEST_DECLARE_USAGE()
575 OSSL_PROVIDER_unload(thisprov); in cleanup_tests()
H A Dssl_old_test.c942 OSSL_PROVIDER *thisprov = NULL, *defctxnull = NULL; in main() local
1396 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider)) in main()
1924 OSSL_PROVIDER_unload(thisprov); in main()
/openssl/crypto/
H A Dprovider_core.c2007 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_register_child_cb() local
2009 OSSL_LIB_CTX *libctx = thisprov->libctx; in ossl_provider_register_child_cb()
2021 child_cb->prov = thisprov; in ossl_provider_register_child_cb()
2083 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_deregister_child_cb() local
2084 OSSL_LIB_CTX *libctx = thisprov->libctx; in ossl_provider_deregister_child_cb()
2097 if (child_cb->prov == thisprov) { in ossl_provider_deregister_child_cb()

Completed in 27 milliseconds