Home
last modified time | relevance | path

Searched refs:providers (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/third_party/openssl/providers/
Dfips.module.sources450 providers/common/bio_prov.c
451 providers/common/capabilities.c
452 providers/common/der/der_digests_gen.c.in
453 providers/common/der/der_dsa_gen.c.in
454 providers/common/der/der_dsa_key.c
455 providers/common/der/der_dsa_sig.c
456 providers/common/der/der_ec_gen.c.in
457 providers/common/der/der_ec_key.c
458 providers/common/der/der_ec_sig.c
459 providers/common/der/der_ecx_gen.c.in
[all …]
Dfips-sources.checksums450 c0a9551efccf43f3dd748d4fd8ec897ddaabbc629c00ec1ad76ce983e1195a13 providers/common/bio_prov.c
451 4546387d6642603c81ec4cd8d5fc4af8ba60ac7359eb6f31e7d24827031e68ad providers/common/capabilities.c
452 f94b7435d4ec888ec30df1c611afa8b9eedbb59e905a2c7cb17cfc8c4b9b85b8 providers/common/der/der_digests_…
453 424d7b2ece984a0904b80c73e541400c6e2d50a285c397dd323b440a4f2a8d8e providers/common/der/der_dsa_gen.…
454 27ff361a5fbfc97cd41690ab26639708961d0507b60912f55f5919649842c6ae providers/common/der/der_dsa_key.c
455 2529d253b3e45c33249461fdedb2c32b3c16a7a305fe4920f2a79e7b3f16ed3f providers/common/der/der_dsa_sig.c
456 a81d36446eb8afa5c2318e24b86b52647059b4721ee52309b741e4ee78af29dd providers/common/der/der_ec_gen.c…
457 b8f2f94daeaf20c636c90e386284c246cfded0c8275411fa02fe68b534520b95 providers/common/der/der_ec_key.c
458 9104cd39dddd6e1a6e8f267656482131f4d0765e96fdced1f7344817a1c8ed7e providers/common/der/der_ec_sig.c
459 03a5620654438c58a8f971398e68922a3f33a519e2c92edb141d13ef4cbc4651 providers/common/der/der_ecx_gen.…
[all …]
Dbuild.info2 # potentially needed by any of our providers.
17 # libfips.a the sources from providers/implementations.
30 # Code in providers/implementations/ should be written in such a way that
46 # providers/implementations/include), which includes crypto/*_platform.h
114 GENERATE[fips.ld]=../util/providers.num
153 GENERATE[legacy.ld]=../util/providers.num
/third_party/openssl/
DBUILD.gn233 "${openssl_selected_platform_full_path}/providers/common/der/der_digests_gen.c",
234 "${openssl_selected_platform_full_path}/providers/common/der/der_dsa_gen.c",
235 "${openssl_selected_platform_full_path}/providers/common/der/der_ec_gen.c",
236 "${openssl_selected_platform_full_path}/providers/common/der/der_ecx_gen.c",
237 "${openssl_selected_platform_full_path}/providers/common/der/der_rsa_gen.c",
238 "${openssl_selected_platform_full_path}/providers/common/der/der_wrap_gen.c",
242 "${openssl_selected_platform_full_path}/providers/common/der/der_sm2_gen.c",
327 "providers/common/include",
328 "providers/common/include/prov",
329 "providers/implementations/include",
[all …]
D.gitignore56 providers/common/der/der_digests_gen.c
57 providers/common/der/der_dsa_gen.c
58 providers/common/der/der_ec_gen.c
59 providers/common/der/der_ecx_gen.c
60 providers/common/der/der_rsa_gen.c
61 providers/common/der/der_wrap_gen.c
62 providers/common/der/der_sm2_gen.c
63 providers/common/include/prov/der_dsa.h
64 providers/common/include/prov/der_ec.h
65 providers/common/include/prov/der_ecx.h
[all …]
DREADME-PROVIDERS.md4 - [Standard Providers](#standard-providers)
10 - [Loading Providers](#loading-providers)
18 providers distributed with OpenSSL. In the future we expect third parties to
19 distribute their own providers which can be added to OpenSSL dynamically.
20 Documentation about writing providers is available on the [provider(7)]
35 providers then you must load it explicitly.
89 providers via the config file, and how to automatically activate them.
99 providers = provider_sect
111 It is also possible to load providers programmatically. For example you can
127 /* Load Multiple providers into the default (NULL) library context */
/third_party/node/test/sequential/
Dtest-async-wrap-getasyncid.js11 const providers = { ...internalBinding('async_wrap').Providers }; constant
22 delete providers[type];
33 delete providers.NONE; // Should never be used.
37 delete providers.TTYWRAP;
40 delete providers.HTTP2SESSION;
41 delete providers.HTTP2STREAM;
42 delete providers.HTTP2PING;
43 delete providers.HTTP2SETTINGS;
45 delete providers.STREAMPIPE;
46 delete providers.MESSAGEPORT;
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstdevicemonitor.c110 GPtrArray *providers; member
321 self->priv->providers = g_ptr_array_new (); in gst_device_monitor_init()
332 GstDeviceProvider *provider = g_ptr_array_index (self->priv->providers, i); in gst_device_monitor_remove_provider()
335 g_ptr_array_remove_index (self->priv->providers, i); in gst_device_monitor_remove_provider()
354 if (self->priv->providers) { in gst_device_monitor_dispose()
355 while (self->priv->providers->len) in gst_device_monitor_dispose()
356 gst_device_monitor_remove_provider (self, self->priv->providers->len - 1); in gst_device_monitor_dispose()
357 g_ptr_array_unref (self->priv->providers); in gst_device_monitor_dispose()
358 self->priv->providers = NULL; in gst_device_monitor_dispose()
404 GQueue providers = G_QUEUE_INIT, filters = G_QUEUE_INIT; in gst_device_monitor_get_devices() local
[all …]
/third_party/openssl/test/recipes/
D30-test_evp_fetch_prov.t28 providers => [ 'default' ],
29 tests => [ { providers => [] },
46 providers => [ 'fips' ],
70 providers => [ 'default', 'fips' ],
109 @{ $test->{providers} // $testcase->{providers} };
/third_party/openssl/crypto/des/
Dbuild.info25 SOURCE[../../providers/libfips.a]=$COMMON $DESASM
26 SOURCE[../../providers/liblegacy.a]=$DESASM
29 DEFINE[../../providers/libfips.a]=$DESDEF
30 DEFINE[../../providers/liblegacy.a]=$DESDEF
35 SOURCE[../../providers/liblegacy.a]=$ALL
36 DEFINE[../../providers/liblegacy.a]=$DESDEF
/third_party/openssl/crypto/
Dbuild.info70 SOURCE[../providers/libfips.a]=$CPUID_COMMON
71 DEFINE[../providers/libfips.a]=$CPUIDDEF
77 SOURCE[../providers/liblegacy.a]=$CPUID_COMMON
78 DEFINE[../providers/liblegacy.a]=$CPUIDDEF
83 DEFINE[../providers/libcommon.a]=$CPUIDDEF
84 DEFINE[../providers/libdefault.a]=$CPUIDDEF
91 SOURCE[../providers/libfips.a]=$CORE_COMMON
105 SOURCE[../providers/libfips.a]=$UTIL_COMMON
/third_party/gstreamer/gstreamer/docs/random/wtay/
Deos227 providers.
33 The parent looks in the list of EOS providers and finds the faksrc
34 element that is now signaling EOS. all EOS providers are now in EOS
60 providers.
71 the parent sees that all the eos providers are in eos now and signals
100 added to the bin as possible EOS providers.
107 the parent removes the EOS providers from its list, when the list is empty,
144 the parent already has the queue2 in the list of EOS providers so it does not
Deos-1901200166 All elements are treated as potential EOS signal providers. When we add
76 differently, they are added to a list of EOS-providers. Since they
79 The EOS signal of the EOS providers is caught by the parent bin which
80 will then remove the bin from the list of possible EOS providers.
82 Combining the EOS providers list and the chains, the bin will fire
84 EOS providers have signaled EOS.
/third_party/openssl/test/
Dprovider_internal_test.cnf.in8 providers = providers
10 [providers]
Dthreadstest.c242 static int thread_setup_libctx(int libctx, const char *providers[]) in thread_setup_libctx() argument
250 if (providers != NULL) in thread_setup_libctx()
251 for (n = 0; providers[n] != NULL; n++) in thread_setup_libctx()
254 providers[n]))) { in thread_setup_libctx()
287 int libctx, const char *providers[]) in thread_run_test() argument
292 if (!thread_setup_libctx(libctx, providers) in thread_run_test()
/third_party/openssl/doc/man7/
Dopenssl-core.h.pod15 implementation providers.
17 of internal structures between the OpenSSL libraries and the providers.
27 providers to describe what functionality one side provides to the
37 This ensures that providers built with one OpenSSL version in mind
47 providers, and must be terminated with a tuple where the integer is
54 Arrays of this type are passed on demand from the providers to the
55 OpenSSL libraries to describe what algorithms the providers provide
61 providers.
Dopenssl-core_names.h.pod15 with OpenSSL's providers, made available for practical purposes only.
18 providers (see L</SEE ALSO>) and the manuals for each algorithm they
37 algorithms that OpenSSL providers support will want to pay attention
/third_party/openssl/ssl/
Dbuild.info34 # needed in providers (s3_cbc.c and record/tls_pad.c) in libssl as well.
43 SOURCE[../providers/libcommon.a]=record/tls_pad.c
44 SOURCE[../providers/libdefault.a ../providers/libfips.a]=s3_cbc.c
/third_party/node/test/pseudo-tty/
Dtest-async-wrap-getasyncid-tty.js11 const providers = { TTYWRAP }; constant
19 delete providers[type];
26 const objKeys = Object.keys(providers);
/third_party/openssl/VMS/
Dopenssl_ivp.com.in44 $ ! Verify that the built in providers are reachable. If they aren't,
46 $ openssl list -provider base -providers
47 $ openssl list -provider default -providers
48 $ openssl list -provider legacy -providers
/third_party/typescript/tests/baselines/reference/user/
Dadonis-framework.log4 node_modules/adonis-framework/providers/ConfigProvider.js(9,33): error TS2307: Cannot find module '…
5 node_modules/adonis-framework/providers/ConfigProvider.js(14,10): error TS2339: Property 'app' does…
6 node_modules/adonis-framework/providers/EncryptionProvider.js(9,33): error TS2307: Cannot find modu…
7 node_modules/adonis-framework/providers/EncryptionProvider.js(14,10): error TS2339: Property 'app' …
8 node_modules/adonis-framework/providers/EnvProvider.js(9,33): error TS2307: Cannot find module 'ado…
9 node_modules/adonis-framework/providers/EnvProvider.js(14,10): error TS2339: Property 'app' does no…
10 node_modules/adonis-framework/providers/EventProvider.js(12,33): error TS2307: Cannot find module '…
11 node_modules/adonis-framework/providers/EventProvider.js(17,10): error TS2339: Property 'app' does …
12 node_modules/adonis-framework/providers/HashProvider.js(9,33): error TS2307: Cannot find module 'ad…
13 node_modules/adonis-framework/providers/HashProvider.js(14,10): error TS2339: Property 'app' does n…
[all …]
/third_party/node/deps/npm/node_modules/figgy-pudding/
Dindex.js4 constructor (specs, opts, providers) { argument
21 this.__providers = reverse((providers).filter(
179 function factory (...providers) { argument
183 providers
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_set_params.pod23 transfer of arbitrary key parameters to and from providers.
24 Not all parameters may be supported by all providers.
25 See L<OSSL_PROVIDER(3)> for more information on providers.
30 calls these methods internally to interact with providers).
/third_party/openssl/crypto/ec/
Dbuild.info68 SOURCE[../../providers/libfips.a]=$COMMON
73 DEFINE[../../providers/libfips.a]=$ECDEF
74 DEFINE[../../providers/libdefault.a]=$ECDEF
80 DEFINE[../providers/liblegacy.a]=$ECDEF
/third_party/openssl/doc/internal/man3/
Dossl_provider_new.pod66 /* Iterate over all loaded providers */
197 providers of an update to the default properties. The new properties are
230 associated child providers.
234 of fallback providers, unless I<retain_fallbacks> is true. If a provider of the
251 "activated" providers, and calls I<cb> for each of them.
252 If no providers have been "activated" yet, it tries to activate all
253 available fallback providers before iterating over them.
258 ossl_provider_dso() returns a reference to the module, for providers
262 providers that come in the form of loadable modules.
265 for providers that come in the form of loadable modules.
[all …]

12345678910>>...12