| /freebsd/crypto/openssl/test/ |
| H A D | provider_status_test.c | 33 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 D | evp_test.c | 5395 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 D | app_provider.c | 34 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 D | geom.c | 76 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 D | profile.c | 239 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 D | dnscrypt.c | 688 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 D | dnscrypt.h | 67 char * provider_name; member
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-fipsinstall.pod.in | 15 [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 D | property.pod | 37 <provider_name>.<property_name> 38 <provider_name>.<algorithm_name>.<property_name>
|
| H A D | provider-base.pod | 106 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 D | apps.h | 350 int app_provider_load(OSSL_LIB_CTX *libctx, const char *provider_name);
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 218 OSSL_CORE_MAKE_FUNC(const char *, provider_name,
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | worker.c | 1527 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 D | Changelog | 5440 publish the cert as part of the DNS's provider_name's TXT answer.
|