Searched refs:actual (Results 1 – 25 of 93) sorted by relevance
1234
/openssl-master/crypto/ |
A D | provider.c | 21 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 D | provider_conf.c | 145 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 D | OPENSSL_LH_stats.pod | 34 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 D | BIO_set_callback.pod | 73 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 D | OSSL_STORE_SEARCH.pod | 102 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 D | SSL_want.pod | 56 B<BIO> layer in order to complete the actual SSL_*() operation. 62 complete the actual SSL_*() operation.
|
A D | ASN1_STRING_length.pod | 72 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 D | EVP_PKEY_get_group_name.pod | 18 and assigns I<*gname_len> the actual length of the name not including
|
A D | SSL_CTX_flush_sessions.pod | 29 expiration test, in most cases the actual time given by time(0)
|
A D | OPENSSL_instrument_bus.pod | 24 zeroed upon invocation (if you want to retrieve actual probe values).
|
A D | SSL_CTX_set_timeout.pod | 25 timeout value valid at this time. If the actual time is later than creation
|
A D | SSL_SESSION_get_time.pod | 45 Both are set at creation time of the session to the actual time and the
|
A D | SSL_set_shutdown.pod | 49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN
|
A D | RC4_set_key.pod | 34 RC4 consists of a key setup phase and the actual encryption or
|
A D | DSA_sign.pod | 38 cause overhead, and does not affect the actual signature
|
A D | PEM_bytes_read_bio.pod | 35 The actual type indicated by the file is returned in I<*pnm> if I<pnm> is
|
A D | SSL_get_all_async_fds.pod | 31 appearing as "read ready" on the file descriptor (no actual data should be read
|
/openssl-master/doc/man7/ |
A D | provider-kem.pod | 15 * 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 D | provider-asym_cipher.pod | 15 * 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 D | provider-keyexch.pod | 15 * 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 D | provider-signature.pod | 15 * 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 D | openssl-passphrase-options.pod | 37 The actual password is I<password>. Since the password is visible
|
A D | openssl-rsautl.pod.in | 187 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 D | asn1t.h.in | 70 * 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 D | ossl_cmp_print_log.pod | 81 ossl_cmp_log_parse_metadata() returns the pointer to the actual message text
|
Completed in 32 milliseconds
1234