Home
last modified time | relevance | path

Searched refs:ossl_provider_find (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_child.c122 if ((cprov = ossl_provider_find(ctx, provname, 1)) != NULL) { in provider_create_child_cb()
177 cprov = ossl_provider_find(ctx, provname, 1); in provider_remove_child_cb()
181 * ossl_provider_find ups the ref count, so we free it again here. We can in provider_remove_child_cb()
H A Dprovider.c25 if ((prov = ossl_provider_find(libctx, name, 0)) == NULL) { in OSSL_PROVIDER_try_load()
H A Dprovider_conf.c268 prov = ossl_provider_find(libctx, name, 1); in provider_conf_load()
H A Dprovider_core.c410 OSSL_PROVIDER *ossl_provider_find(OSSL_LIB_CTX *libctx, const char *name, in ossl_provider_find() function
1480 prov = ossl_provider_find(libctx, name, 0); in OSSL_PROVIDER_available()
/third_party/openssl/crypto/
H A Dprovider_child.c122 if ((cprov = ossl_provider_find(ctx, provname, 1)) != NULL) { in provider_create_child_cb()
177 cprov = ossl_provider_find(ctx, provname, 1); in provider_remove_child_cb()
181 * ossl_provider_find ups the ref count, so we free it again here. We can in provider_remove_child_cb()
H A Dprovider.c25 if ((prov = ossl_provider_find(libctx, name, 0)) == NULL) { in OSSL_PROVIDER_try_load()
H A Dprovider_conf.c268 prov = ossl_provider_find(libctx, name, 1); in provider_conf_load()
H A Dprovider_core.c410 OSSL_PROVIDER *ossl_provider_find(OSSL_LIB_CTX *libctx, const char *name, in ossl_provider_find() function
1478 prov = ossl_provider_find(libctx, name, 0); in OSSL_PROVIDER_available()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dprovider.h31 OSSL_PROVIDER *ossl_provider_find(OSSL_LIB_CTX *libctx, const char *name,
/third_party/openssl/include/internal/
H A Dprovider.h31 OSSL_PROVIDER *ossl_provider_find(OSSL_LIB_CTX *libctx, const char *name,
/third_party/openssl/test/
H A Dprovider_internal_test.c95 TEST_ptr(prov = ossl_provider_find(NULL, name, 0)) in test_configured_provider()

Completed in 10 milliseconds