Home
last modified time | relevance | path

Searched refs:provider_name (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dapp_provider.c33 int app_provider_load(OSSL_LIB_CTX *libctx, const char *provider_name) in app_provider_load() argument
37 prov = OSSL_PROVIDER_load(libctx, provider_name); in app_provider_load()
41 opt_getprog(), provider_name); in app_provider_load()
/freebsd/crypto/openssl/test/
H A Dprovider_status_test.c32 static char *provider_name = NULL; variable
151 if (!TEST_ptr(prov = OSSL_PROVIDER_load(libctx, provider_name))) in test_provider_status()
196 if (!TEST_ptr(prov = OSSL_PROVIDER_load(libctx, provider_name))) in test_provider_gettable_params()
214 provider_name = opt_arg(); in setup_tests()
228 if (strcmp(provider_name, "fips") == 0) { in setup_tests()
/freebsd/sbin/geom/core/
H A Dgeom.c73 static void list_one_geom_by_provider(const char *provider_name);
806 char *provider_name; in main() local
810 provider_name = NULL; in main()
817 provider_name = strdup(optarg); in main()
818 if (provider_name == NULL) in main()
835 if (tflag && provider_name != NULL) { in main()
840 if (provider_name != NULL) { in main()
841 list_one_geom_by_provider(provider_name); in main()
967 list_one_geom_by_provider(const char *provider_name) in list_one_geom_by_provider() argument
977 gp = find_geom_by_provider(&mesh, provider_name); in list_one_geom_by_provider()
[all …]
/freebsd/usr.sbin/bluetooth/sdpd/
H A Dprofile.c239 char provider_name[] = "FreeBSD"; in common_profile_create_service_provider_name() local
242 (uint8_t const *) provider_name, in common_profile_create_service_provider_name()
243 strlen(provider_name))); in common_profile_create_service_provider_name()
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c688 strdup(dnscenv->provider_name), in dnsc_load_local_data()
691 dnscenv->provider_name); in dnsc_load_local_data()
722 if((unsigned)strlen(dnscenv->provider_name) >= (unsigned)0xffff0000) { in dnsc_load_local_data()
727 rrlen = strlen(dnscenv->provider_name) + in dnsc_load_local_data()
737 snprintf(rr, rrlen - 1, "%s 86400 IN TXT \"", dnscenv->provider_name); in dnsc_load_local_data()
973 env->provider_name = cfg->dnscrypt_provider; in dnsc_apply_cfg()
H A Ddnscrypt.h67 char * provider_name; member
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in15 [B<-provider_name> I<providername>]
99 =item B<-provider_name> I<providername>
217 openssl fipsinstall -module ./fips.so -out fips.cnf -provider_name fips
221 openssl fipsinstall -module ./fips.so -in fips.cnf -provider_name fips -verify
225 openssl fipsinstall -module ./fips.so -out fips.cnf -provider_name fips \
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod37 <provider_name>.<property_name>
38 <provider_name>.<algorithm_name>.<property_name>
H A Dprovider-base.pod96 const char *provider_name(const OSSL_CORE_HANDLE *prov);
179 provider_name OSSL_FUNC_PROVIDER_NAME
351 provider_name() returns a string giving the name of the provider identified by
/freebsd/crypto/openssl/apps/include/
H A Dapps.h342 int app_provider_load(OSSL_LIB_CTX *libctx, const char *provider_name);
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h217 OSSL_CORE_MAKE_FUNC(const char *, provider_name,
/freebsd/contrib/unbound/daemon/
H A Dworker.c1440 worker->daemon->dnscenv->provider_name) == 0)) { in worker_handle_request()
1443 worker->daemon->dnscenv->provider_name, in worker_handle_request()
/freebsd/contrib/unbound/doc/
H A DChangelog4494 publish the cert as part of the DNS's provider_name's TXT answer.