Searched refs:activated (Results 1 – 25 of 29) sorted by relevance
12
/openssl/crypto/ |
H A D | provider_conf.c | 175 STACK_OF(OSSL_PROVIDER) *activated) in prov_already_activated() 179 if (activated == NULL) in prov_already_activated() 182 max = sk_OSSL_PROVIDER_num(activated); in prov_already_activated() 184 OSSL_PROVIDER *tstprov = sk_OSSL_PROVIDER_value(activated, i); in prov_already_activated()
|
H A D | provider_core.c | 2039 int activated; in ossl_provider_register_child_cb() local 2045 activated = prov->flag_activated; in ossl_provider_register_child_cb() 2056 if (activated && !create_cb((OSSL_CORE_HANDLE *)prov, cbdata)) in ossl_provider_register_child_cb()
|
/openssl/doc/internal/man3/ |
H A D | ossl_provider_new.pod | 117 They are activated with the first call to ossl_provider_activate(), 184 provider. If I<activate> is nonzero then the parent provider is also activated. 196 it as activated, and initializing it if it isn't already initialized. 217 then the provider will only be activated if it is a child provider. Otherwise 245 "activated" providers, and calls I<cb> for each of them. 246 If no providers have been "activated" yet, it tries to activate all 344 activated providers. A return value of 0 means that the callback was not 345 called for any activated providers.
|
/openssl/doc/designs/ |
H A D | ossl-provider-load-ex.md | 6 provider will be activated with some default settings, that may or may not 48 When the provider is already loaded an activated in the current library context,
|
/openssl/doc/man3/ |
H A D | SSL_get1_builtin_sigalgs.pod | 22 algorithms can be activated, e.g., if suitable providers are missing.
|
H A D | EVP_ASYM_CIPHER_free.pod | 60 all activated providers in the given library context I<libctx>, and for each of
|
H A D | EVP_KEM_free.pod | 53 EVP_KEM_do_all_provided() traverses all EVP_KEMs implemented by all activated
|
H A D | EVP_KEYEXCH_free.pod | 69 all activated providers in the library context I<libctx>, and for each
|
H A D | EVP_SIGNATURE.pod | 64 activated providers in the given library context I<libctx>, and for each of the
|
H A D | OSSL_CMP_log_open.pod | 77 The callback is activated only when the severity level is sufficient according
|
H A D | EVP_KEYMGMT.pod | 89 all activated providers in the library context I<libctx>, and for each
|
H A D | OSSL_ENCODER.pod | 85 implementations by all activated providers in the library context
|
H A D | SSL_CTX_set_session_cache_mode.pod | 57 function. This option is not activated by default.
|
H A D | OSSL_DECODER.pod | 85 implementations by all activated providers in the library context
|
H A D | EVP_MAC.pod | 224 EVP_MAC_do_all_provided() traverses all MAC implemented by all activated 322 activated for calculating the MAC of a received mac-then-encrypt TLS record
|
H A D | EVP_KDF.pod | 165 EVP_KDF_do_all_provided() traverses all KDF implemented by all activated
|
H A D | OSSL_STORE_LOADER.pod | 144 by all activated providers in the library context I<libctx>, and for each
|
H A D | EVP_RAND.pod | 238 EVP_RAND_do_all_provided() traverses all RAND implemented by all activated
|
H A D | SSL_CONF_cmd.pod | 132 activated providers are permissible. 402 activated providers are permissible.
|
/openssl/doc/man5/ |
H A D | config.pod | 269 provider will be activated. Conversely, setting this value to no, off, false, or 270 0 will prevent the provider from being activated. Settings can be given in lower 289 If no providers are activated explicitly, the default one is activated implicitly.
|
H A D | fips_config.pod | 39 If present, the module is activated. The value assigned to this name is not
|
/openssl/apps/ |
H A D | openssl-vms.cnf | 63 # If no providers are activated explicitly, the default one is activated implicitly.
|
H A D | openssl.cnf | 63 # If no providers are activated explicitly, the default one is activated implicitly.
|
/openssl/doc/man7/ |
H A D | provider.pod | 239 activated. In particular, provider initialization should not depend on other
|
/openssl/doc/man1/ |
H A D | openssl-fipsinstall.pod.in | 113 activated, and this overrides the environment variable B<OPENSSL_MODULES>.
|
Completed in 53 milliseconds
12