Searched refs:thisprov (Results 1 - 4 of 4) sorted by relevance
/third_party/openssl/test/ |
H A D | ssl_test.c | 23 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()
|
H A D | ssl_old_test.c | 929 OSSL_PROVIDER *thisprov = NULL, *defctxnull = NULL; in main() local 1383 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider)) in main() 1908 OSSL_PROVIDER_unload(thisprov); in main()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 1726 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_register_child_cb() local 1728 OSSL_LIB_CTX *libctx = thisprov->libctx; in ossl_provider_register_child_cb() 1740 child_cb->prov = thisprov; in ossl_provider_register_child_cb() 1802 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_deregister_child_cb() local 1803 OSSL_LIB_CTX *libctx = thisprov->libctx; in ossl_provider_deregister_child_cb() 1816 if (child_cb->prov == thisprov) { in ossl_provider_deregister_child_cb()
|
/third_party/openssl/crypto/ |
H A D | provider_core.c | 1724 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_register_child_cb() local 1726 OSSL_LIB_CTX *libctx = thisprov->libctx; in ossl_provider_register_child_cb() 1738 child_cb->prov = thisprov; in ossl_provider_register_child_cb() 1800 OSSL_PROVIDER *thisprov = (OSSL_PROVIDER *)handle; in ossl_provider_deregister_child_cb() local 1801 OSSL_LIB_CTX *libctx = thisprov->libctx; in ossl_provider_deregister_child_cb() 1814 if (child_cb->prov == thisprov) { in ossl_provider_deregister_child_cb()
|
Completed in 11 milliseconds