Home
last modified time | relevance | path

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

/openssl-master/test/
A Dssl_test.c23 static OSSL_PROVIDER *defctxnull = NULL, *thisprov = NULL; variable
557 if (!test_arg_libctx(&libctx, &defctxnull, &thisprov, 1, USAGE)) in OPT_TEST_DECLARE_USAGE()
568 OSSL_PROVIDER_unload(thisprov); in cleanup_tests()
A Dssl_old_test.c913 OSSL_PROVIDER *thisprov = NULL, *defctxnull = NULL; in main() local
1351 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider)) in main()
1868 OSSL_PROVIDER_unload(thisprov); in main()
/openssl-master/crypto/
A Dprovider_core.c1659 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_register_child_cb() local
1661 OSSL_LIB_CTX *libctx = thisprov->libctx; in ossl_provider_register_child_cb()
1673 child_cb->prov = thisprov; in ossl_provider_register_child_cb()
1735 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_deregister_child_cb() local
1736 OSSL_LIB_CTX *libctx = thisprov->libctx; in ossl_provider_deregister_child_cb()
1749 if (child_cb->prov == thisprov) { in ossl_provider_deregister_child_cb()

Completed in 12 milliseconds