Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/crypto/openssl/providers/
H A Dfips.module.sources572 providers/common/bio_prov.c
573 providers/common/capabilities.c
574 providers/common/der/der_digests_gen.c.in
575 providers/common/der/der_dsa_gen.c.in
576 providers/common/der/der_dsa_key.c
577 providers/common/der/der_dsa_sig.c
578 providers/common/der/der_ec_gen.c.in
579 providers/common/der/der_ec_key.c
580 providers/common/der/der_ec_sig.c
581 providers/common/der/der_ecx_gen.c.in
[all …]
H A Dfips-sources.checksums572 c0a9551efccf43f3dd748d4fd8ec897ddaabbc629c00ec1ad76ce983e1195a13 providers/common/bio_prov.c
573 6d25e1b61731cc558c2f801350d0cd874d3c19a3b0a03f52394c11fcaf2d51a5 providers/common/capabilities.c
574 f94b7435d4ec888ec30df1c611afa8b9eedbb59e905a2c7cb17cfc8c4b9b85b8 providers/common/der/der_digests_…
575 424d7b2ece984a0904b80c73e541400c6e2d50a285c397dd323b440a4f2a8d8e providers/common/der/der_dsa_gen.…
576 27ff361a5fbfc97cd41690ab26639708961d0507b60912f55f5919649842c6ae providers/common/der/der_dsa_key.c
577 2529d253b3e45c33249461fdedb2c32b3c16a7a305fe4920f2a79e7b3f16ed3f providers/common/der/der_dsa_sig.c
578 a81d36446eb8afa5c2318e24b86b52647059b4721ee52309b741e4ee78af29dd providers/common/der/der_ec_gen.c…
579 b8f2f94daeaf20c636c90e386284c246cfded0c8275411fa02fe68b534520b95 providers/common/der/der_ec_key.c
580 9104cd39dddd6e1a6e8f267656482131f4d0765e96fdced1f7344817a1c8ed7e providers/common/der/der_ec_sig.c
581 03a5620654438c58a8f971398e68922a3f33a519e2c92edb141d13ef4cbc4651 providers/common/der/der_ecx_gen.…
[all …]
/freebsd/usr.sbin/bluetooth/sdpd/
H A Dprovider.c41 static TAILQ_HEAD(, provider) providers = TAILQ_HEAD_INITIALIZER(providers);
72 TAILQ_INSERT_HEAD(&providers, sd, provider_next); in provider_register_sd()
77 TAILQ_INSERT_AFTER(&providers, sd, bgd, provider_next); in provider_register_sd()
114 TAILQ_INSERT_TAIL(&providers, provider, provider_next); in provider_register()
132 TAILQ_REMOVE(&providers, provider, provider_next); in provider_unregister()
166 TAILQ_FOREACH(provider, &providers, provider_next) in provider_by_handle()
180 return (TAILQ_FIRST(&providers)); in provider_get_first()
/freebsd/crypto/openssl/test/recipes/
H A D30-test_evp_fetch_prov.t28 providers => [ 'default' ],
29 tests => [ { providers => [] },
46 providers => [ 'fips' ],
70 providers => [ 'default', 'fips' ],
109 @{ $test->{providers} // $testcase->{providers} };
/freebsd/crypto/openssl/ssl/record/methods/
H A Dbuild.info10 # For shared builds we need to include the sources needed in providers
16 SOURCE[../../../providers/libdefault.a ../../../providers/libfips.a]=ssl3_cbc.c
18 # For shared builds we need to include the sources needed in providers
22 SOURCE[../../../providers/libcommon.a]=tls_pad.c
/freebsd/secure/lib/libcrypto/modules/legacy/
H A DMakefile57 ${LCRYPTO_SRC}/providers \
58 ${LCRYPTO_SRC}/providers/common \
59 ${LCRYPTO_SRC}/providers/implementations/ciphers \
60 ${LCRYPTO_SRC}/providers/implementations/digests \
61 ${LCRYPTO_SRC}/providers/implementations/kdfs \
/freebsd/crypto/openssl/test/
H A Dprovider_pkey_test.c501 static int reset_ctx_providers(OSSL_LIB_CTX **ctx, OSSL_PROVIDER *providers[2], const char *prop) in reset_ctx_providers()
503 OSSL_PROVIDER_unload(providers[DEFAULT_PROVIDER_IDX]); in reset_ctx_providers()
504 providers[DEFAULT_PROVIDER_IDX] = NULL; in reset_ctx_providers()
505 fake_rsa_finish(providers[FAKE_RSA_PROVIDER_IDX]); in reset_ctx_providers()
506 providers[FAKE_RSA_PROVIDER_IDX] = NULL; in reset_ctx_providers()
511 || !TEST_ptr(providers[DEFAULT_PROVIDER_IDX] = OSSL_PROVIDER_load(*ctx, "default")) in reset_ctx_providers()
512 || !TEST_ptr(providers[FAKE_RSA_PROVIDER_IDX] = fake_rsa_start(*ctx)) in reset_ctx_providers()
527 OSSL_PROVIDER *providers[2] = { NULL }; in test_pkey_provider_decoder_props() local
735 OSSL_PROVIDER **curr_provider = &providers[properties_test[i].curr_provider_idx]; in test_pkey_provider_decoder_props()
741 if (!TEST_int_eq(reset_ctx_providers(&my_libctx, providers, libctx_prop), 1)) in test_pkey_provider_decoder_props()
[all …]
H A Dprovider_internal_test.cnf8 providers = providers
10 [providers]
H A Dprovider_internal_test.cnf.in8 providers = providers
10 [providers]
/freebsd/libexec/rc/rc.d/
H A Dgeli83 if [ -z "${providers}" ]; then
89 echo "Configuring Disk Encryption for geli group ${group}, containing ${providers}."
92 geli attach ${flags} ${providers}
112 devices="${devices} ${providers}"
/freebsd/crypto/openssl/crypto/des/
H A Dbuild.info25 SOURCE[../../providers/libfips.a]=$COMMON $DESASM
27 SOURCE[../../providers/liblegacy.a]=$DESASM
31 DEFINE[../../providers/libfips.a]=$DESDEF
36 SOURCE[../../providers/liblegacy.a]=$ALL
37 DEFINE[../../providers/liblegacy.a]=$DESDEF
/freebsd/secure/lib/libcrypto/modules/
H A DMakefile.inc9 CFLAGS+= -I${LCRYPTO_SRC}/providers/common/include
10 CFLAGS+= -I${LCRYPTO_SRC}/providers/fips/include
11 CFLAGS+= -I${LCRYPTO_SRC}/providers/implementations/include
/freebsd/crypto/openssl/
H A 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 */
H A DREADME-FIPS.md22 legacy providers) without any restrictions, but the FIPS provider must be built
127 $ cp ../openssl-3.1.2/providers/fips.so providers/.
128 $ cp ../openssl-3.1.2/providers/fipsmodule.cnf providers/.
135 $ ./util/wrap.pl -fips apps/openssl list -provider-path providers \
136 -provider fips -providers
151 $./util/wrap.pl -fips apps/openssl list -provider-path providers \
152 -provider fips -providers
/freebsd/secure/lib/libcrypto/
H A DMakefile.inc11 CFLAGS+= -I${LCRYPTO_SRC}/providers/common/include
12 CFLAGS+= -I${LCRYPTO_SRC}/providers/fips/include
13 CFLAGS+= -I${LCRYPTO_SRC}/providers/implementations/include
/freebsd/crypto/openssl/crypto/
H A Dbuild.info74 SOURCE[../providers/libfips.a]=$CPUID_COMMON
75 DEFINE[../providers/libfips.a]=$CPUIDDEF
81 SOURCE[../providers/legacy]=$CPUID_COMMON
82 DEFINE[../providers/legacy]=$CPUIDDEF
87 DEFINE[../providers/libcommon.a]=$CPUIDDEF
88 DEFINE[../providers/libdefault.a]=$CPUIDDEF
95 SOURCE[../providers/libfips.a]=$CORE_COMMON
111 SOURCE[../providers/libfips.a]=$UTIL_COMMON
/freebsd/usr.sbin/autofs/autofs/
H A Dspecial_media10 for _p in ${providers}; do
83 for _p in ${providers}; do
125 # Obtain a list of GEOM providers that are not already open - not mounted,
127 # grep for "r0w0e0". Skip providers with names containing slashes; we're
129 providers=$(echo "$pairs" | awk '$2 == "r0w0e0" && $1 !~ /\// { print $1 }')
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt5 providers/consumers properties.
8 = interconnect providers =
15 depending on the use case. Interconnect providers can also be interconnect
41 can be multiple interconnect providers on a SoC and the consumer may consume
42 multiple paths from different providers depending on use case and the
/freebsd/crypto/openssl/VMS/
H A 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
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-libraries-introduction.pod36 As well as the two main libraries, OpenSSL also comes with a set of providers.
42 number of providers and they may also be obtained from third parties.
48 providers in the form of loadable modules.
53 See L</OPENSSL PROVIDERS> below for a description of the providers that OpenSSL
56 Loading and unloading providers is quite an expensive operation. It is normally
57 done once, early on in the application lifecycle and those providers are kept
66 application to each use a different library context and have different providers
89 In some cases the available providers may mean that more than one implementation
168 OpenSSL comes with a set of providers.
170 The algorithms available in each of these providers may vary due to build time
[all …]
H A 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
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/
H A Dincludes-prov-dir.cnf2 # Example configuration file using includes to load providers.
8 providers = provider_sect
/freebsd/crypto/openssl/crypto/sm4/
H A Dbuild.info24 DEFINE[../../providers/libfips.a]=$SM4DEF
25 DEFINE[../../providers/libdefault.a]=$SM4DEF
31 DEFINE[../../providers/liblegacy.a]=$SM4DEF
/freebsd/crypto/openssl/crypto/hmac/
H A Dbuild.info20 DEFINE[../../providers/libfips.a]=$HMACDEF
23 SOURCE[../../providers/libfips.a]=$COMMON $HMACASM
/freebsd/crypto/openssl/crypto/rsa/
H A Dbuild.info18 SOURCE[../../providers/libfips.a]=$COMMON
21 SOURCE[../../providers/libfips.a]=rsa_acvp_test_params.c

12345678910>>...12