Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dprovider_status_test.c33 static char *provider_name = NULL; variable
154 if (!TEST_ptr(prov = OSSL_PROVIDER_load(libctx, provider_name))) in test_provider_status()
209 if (!TEST_ptr(prov = OSSL_PROVIDER_load(libctx, provider_name))) in test_provider_gettable_params()
227 provider_name = opt_arg(); in setup_tests()
241 if (strcmp(provider_name, "fips") == 0) { in setup_tests()
H A Devp_test.c5395 char *provider_name = NULL; in setup_tests() local
5413 provider_name = opt_arg(); in setup_tests()
5431 if (config_file == NULL && provider_name == NULL) in setup_tests()
5432 provider_name = "default"; in setup_tests()
5433 if (!test_get_libctx(&libctx, &prov_null, config_file, &libprov, provider_name)) in setup_tests()
/freebsd/crypto/openssl/apps/lib/
H A Dapp_provider.c34 int app_provider_load(OSSL_LIB_CTX *libctx, const char *provider_name) in app_provider_load() argument
38 prov = OSSL_PROVIDER_load(libctx, provider_name); in app_provider_load()
42 opt_getprog(), provider_name); in app_provider_load()
/freebsd/sbin/geom/core/
H A Dgeom.c76 static void list_one_geom_by_provider(const char *provider_name);
810 char *provider_name; in main() local
814 provider_name = NULL; in main()
825 provider_name = strdup(optarg); in main()
826 if (provider_name == NULL) in main()
844 if (tflag && provider_name != NULL) { in main()
849 if (provider_name != NULL) { in main()
850 list_one_geom_by_provider(provider_name); in main()
998 list_one_geom_by_provider(const char *provider_name) in list_one_geom_by_provider() argument
1008 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()
242 (uint8_t const *) provider_name, in common_profile_create_service_provider_name()
243 strlen(provider_name))); in common_profile_create_service_provider_name()
238 char provider_name[] = "FreeBSD"; common_profile_create_service_provider_name() local
/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>]
128 =item B<-provider_name> I<providername>
423 openssl fipsinstall -module ./fips.so -out fips.cnf -provider_name fips
427 openssl fipsinstall -module ./fips.so -in fips.cnf -provider_name fips -verify
431 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.pod106 const char *provider_name(const OSSL_CORE_HANDLE *prov);
198 provider_name OSSL_FUNC_PROVIDER_NAME
411 provider_name() returns a string giving the name of the provider identified by
/freebsd/crypto/openssl/apps/include/
H A Dapps.h350 int app_provider_load(OSSL_LIB_CTX *libctx, const char *provider_name);
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h218 OSSL_CORE_MAKE_FUNC(const char *, provider_name,
/freebsd/contrib/unbound/daemon/
H A Dworker.c1527 worker->daemon->dnscenv->provider_name) == 0)) { in worker_handle_request()
1530 worker->daemon->dnscenv->provider_name, in worker_handle_request()
/freebsd/contrib/unbound/doc/
H A DChangelog5440 publish the cert as part of the DNS's provider_name's TXT answer.