Home
last modified time | relevance | path

Searched defs:providers (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/addons/openssl-providers/
Dtest-legacy-provider-config.js5 const providers = require('./providers.cjs'); constant
Dtest-default-only-config.js5 const providers = require('./providers.cjs'); constant
Dtest-legacy-provider-inactive-config.js5 const providers = require('./providers.cjs'); constant
Dtest-no-legacy-provider-option.js4 const providers = require('./providers.cjs'); constant
Dtest-legacy-provider-option.js4 const providers = require('./providers.cjs'); constant
Dbinding.cc31 std::vector<OSSL_PROVIDER*> providers; in GetProviders() local
/third_party/node/test/async-hooks/
Dtest-async-wrap-providers.js6 const providers = internalBinding('async_wrap').Providers; constant
/third_party/node/test/pseudo-tty/
Dtest-async-wrap-getasyncid-tty.js11 const providers = { TTYWRAP }; constant
/third_party/node/deps/npm/node_modules/sigstore/dist/identity/
Dci.js25 const providers = [getGHAToken, getEnv]; variable
/third_party/openssl/test/
Dthreadstest.c242 static int thread_setup_libctx(int libctx, const char *providers[]) in thread_setup_libctx()
287 int libctx, const char *providers[]) in thread_run_test()
Devp_test.c3680 static int prov_available(char *providers) in prov_available()
/third_party/gstreamer/gstreamer/gst/
Dgstdevicemonitor.c110 GPtrArray *providers; member
404 GQueue providers = G_QUEUE_INIT, filters = G_QUEUE_INIT; in gst_device_monitor_get_devices() local
/third_party/node/test/sequential/
Dtest-async-wrap-getasyncid.js11 const providers = { ...internalBinding('async_wrap').Providers }; constant