/freebsd/crypto/openssl/apps/lib/ |
H A D | app_provider.c | 33 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 D | provider_status_test.c | 32 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 D | geom.c | 73 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 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>] 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 D | property.pod | 37 <provider_name>.<property_name> 38 <provider_name>.<algorithm_name>.<property_name>
|
H A D | provider-base.pod | 96 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 D | apps.h | 342 int app_provider_load(OSSL_LIB_CTX *libctx, const char *provider_name);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_dispatch.h | 217 OSSL_CORE_MAKE_FUNC(const char *, provider_name,
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 1438 worker->daemon->dnscenv->provider_name) == 0)) { in worker_handle_request() 1441 worker->daemon->dnscenv->provider_name, in worker_handle_request()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 4908 publish the cert as part of the DNS's provider_name's TXT answer.
|