Searched refs:provider_name (Results 1 – 8 of 8) sorted by relevance
/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()
|
/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 | 5095 char *provider_name = NULL; in setup_tests() local 5111 provider_name = opt_arg(); in setup_tests() 5129 if (config_file == NULL && provider_name == NULL) in setup_tests() 5130 provider_name = "default"; in setup_tests() 5131 if (!test_get_libctx(&libctx, &prov_null, config_file, &libprov, provider_name)) in setup_tests()
|
/openssl/doc/man1/ |
H A D | openssl-fipsinstall.pod.in | 15 [B<-provider_name> I<providername>] 128 =item B<-provider_name> I<providername> 427 openssl fipsinstall -module ./fips.so -out fips.cnf -provider_name fips 431 openssl fipsinstall -module ./fips.so -in fips.cnf -provider_name fips -verify 435 openssl fipsinstall -module ./fips.so -out fips.cnf -provider_name fips \
|
/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); 193 provider_name OSSL_FUNC_PROVIDER_NAME 379 provider_name() returns a string giving the name of the provider identified by
|
/openssl/apps/include/ |
H A D | apps.h | 350 int app_provider_load(OSSL_LIB_CTX *libctx, const char *provider_name);
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 238 OSSL_CORE_MAKE_FUNC(const char *, provider_name,
|
Completed in 29 milliseconds