Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 93) sorted by relevance

1234

/openssl-master/crypto/
A Dprovider.c21 OSSL_PROVIDER *prov = NULL, *actual; in OSSL_PROVIDER_try_load() local
36 actual = prov; in OSSL_PROVIDER_try_load()
37 if (isnew && !ossl_provider_add_to_store(prov, &actual, retain_fallbacks)) { in OSSL_PROVIDER_try_load()
42 if (actual != prov) { in OSSL_PROVIDER_try_load()
43 if (!ossl_provider_activate(actual, 1, 0)) { in OSSL_PROVIDER_try_load()
44 ossl_provider_free(actual); in OSSL_PROVIDER_try_load()
49 return actual; in OSSL_PROVIDER_try_load()
A Dprovider_conf.c145 OSSL_PROVIDER *prov = NULL, *actual = NULL; in provider_conf_load() local
224 } else if (!ossl_provider_add_to_store(prov, &actual, 0)) { in provider_conf_load()
227 } else if (actual != prov in provider_conf_load()
228 && !ossl_provider_activate(actual, 1, 0)) { in provider_conf_load()
229 ossl_provider_free(actual); in provider_conf_load()
236 actual)) { in provider_conf_load()
237 ossl_provider_deactivate(actual, 1); in provider_conf_load()
238 ossl_provider_free(actual); in provider_conf_load()
/openssl-master/doc/man3/
A DOPENSSL_LH_stats.pod34 hash table. It prints the 'load' and the 'actual load'. The load is
36 'actual load' is the average number of items per 'bucket', but only
37 for buckets which contain entries. So the 'actual load' is the
A DBIO_set_callback.pod73 the callback is called twice, once before and once after the actual
95 application if no callback were present. The actual value returned
97 called before the actual BIO operation 1 is placed in B<ret>, if
109 In the notes below, B<callback> defers to the actual callback
219 the actual call parameter, see B<BIO_callback_ctrl>.
A DOSSL_STORE_SEARCH.pod102 and the actual subject name is retrieved with OSSL_STORE_SEARCH_get0_name().
111 and the actual issuer name and serial number are retrieved with
123 and the actual fingerprint and its length can be retrieved with
132 and the actual alias is retrieved with OSSL_STORE_SEARCH_get0_string().
A DSSL_want.pod56 B<BIO> layer in order to complete the actual SSL_*() operation.
62 complete the actual SSL_*() operation.
A DASN1_STRING_length.pod72 is null terminated or does not contain embedded nulls. The actual format
73 of the data will depend on the actual string type itself: for example
A DEVP_PKEY_get_group_name.pod18 and assigns I<*gname_len> the actual length of the name not including
A DSSL_CTX_flush_sessions.pod29 expiration test, in most cases the actual time given by time(0)
A DOPENSSL_instrument_bus.pod24 zeroed upon invocation (if you want to retrieve actual probe values).
A DSSL_CTX_set_timeout.pod25 timeout value valid at this time. If the actual time is later than creation
A DSSL_SESSION_get_time.pod45 Both are set at creation time of the session to the actual time and the
A DSSL_set_shutdown.pod49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN
A DRC4_set_key.pod34 RC4 consists of a key setup phase and the actual encryption or
A DDSA_sign.pod38 cause overhead, and does not affect the actual signature
A DPEM_bytes_read_bio.pod35 The actual type indicated by the file is returned in I<*pnm> if I<pnm> is
A DSSL_get_all_async_fds.pod31 appearing as "read ready" on the file descriptor (no actual data should be read
/openssl-master/doc/man7/
A Dprovider-kem.pod15 * None of these are actual functions, but are displayed like this for
130 OSSL_FUNC_kem_encapsulate() performs the actual encapsulation itself.
154 OSSL_FUNC_kem_decapsulate() performs the actual decapsulation itself.
A Dprovider-asym_cipher.pod15 * None of these are actual functions, but are displayed like this for
132 OSSL_FUNC_asym_cipher_encrypt() performs the actual encryption itself.
155 OSSL_FUNC_asym_cipher_decrypt() performs the actual decryption itself.
A Dprovider-keyexch.pod15 * None of these are actual functions, but are displayed like this for
126 OSSL_FUNC_keyexch_derive() performs the actual key exchange itself by deriving a shared
A Dprovider-signature.pod15 * None of these are actual functions, but are displayed like this for
208 OSSL_FUNC_signature_sign() performs the actual signing itself.
230 OSSL_FUNC_signature_verify() performs the actual verification itself.
248 OSSL_FUNC_signature_verify_recover() performs the actual verify recover itself.
/openssl-master/doc/man1/
A Dopenssl-passphrase-options.pod37 The actual password is I<password>. Since the password is visible
A Dopenssl-rsautl.pod.in187 The final BIT STRING contains the actual signature. It can be extracted with:
207 the digest used was md5. The actual part of the certificate that was signed can
/openssl-master/include/openssl/
A Dasn1t.h.in70 * actual strings all occupy an ASN1_STRING
486 * actual type. It determines the actual position of the field in the value
564 * actual octet format.
600 /* This is the actual ASN1 item itself */
/openssl-master/doc/internal/man3/
A Dossl_cmp_print_log.pod81 ossl_cmp_log_parse_metadata() returns the pointer to the actual message text

Completed in 32 milliseconds

1234