/openssl/doc/man3/ |
H A D | CMS_get1_ReceiptRequest.pod | 49 The signedContentIdentifier is copied to B<pcid>. If the B<allOrFirstTier> 50 option of B<receiptsFrom> is used its value is copied to B<pallorfirst> 51 otherwise the B<receiptList> field is copied to B<plist>. The B<receiptsTo> 52 parameter is copied to B<prto>.
|
H A D | SSL_get_client_random.pod | 28 total number of bytes that were actually copied. If B<outlen> is 42 B<len> should be provided at B<in>. The supplied master key is copied by the 83 return the number of bytes actually copied, which will be less than or equal to
|
H A D | SSL_CTX_set_record_padding_callback.pod | 38 for TLS 1.3 records. The value set in B<ctx> is copied to a new SSL by SSL_new(). 44 set in B<ctx> is copied to a new SSL by SSL_new().
|
H A D | OPENSSL_ia32cap.pod | 17 is copied to memory upon toolkit initialization and used to choose 80 variable" terms. The truth is that it's not copied from CPUID output
|
H A D | SSL_CTX_set1_cert_comp_preference.pod | 104 The certificate is copied by the function and the caller must free B<*data> via 108 SSL_set1_compressed_cert() is copied into the SSL_CTX/SSL object.
|
H A D | SSL_inject_net_dgram.pod | 24 the length of the buffer in bytes. The buffer is copied and need not remain
|
H A D | OSSL_PARAM_allocate_from_text.pod | 77 Otherwise, I<value> is considered a C string and is copied to the 92 copied to the I<< to->data >> storage.
|
H A D | X509_VERIFY_PARAM_set_flags.pod | 84 which specifies how verification flags are copied from one structure to 342 If B<X509_VP_FLAG_LOCKED> is set then no values are copied. This overrides 345 If B<X509_VP_FLAG_DEFAULT> is set then anything set in the source is copied 350 If B<X509_VP_FLAG_OVERWRITE> is set then all value are copied across whether 353 If B<X509_VP_FLAG_RESET_FLAGS> is set then the flags value is copied instead
|
H A D | BN_copy.pod | 23 significant restrictions on the copied data. Applications that do no adhere to
|
H A D | RAND_egd.pod | 31 If B<buf> is not B<NULL>, then the data is copied to the buffer and
|
H A D | X509_STORE_CTX_new.pod | 98 The I<target> certificate is not copied (its reference count is not updated), 113 The I<target> public key is not copied (its reference count is not updated), 123 The target certificate is not copied (its reference count is not updated), 129 The I<target> public key is not copied (its reference count is not updated),
|
H A D | EVP_CIPHER_CTX_get_original_iv.pod | 30 an error will be returned (and no data copied).
|
H A D | s2i_ASN1_IA5STRING.pod | 51 In the B<i2s_ASN1_IA5STRING>() function the string is copied and
|
H A D | X509_digest.pod | 64 digest will be copied and is assumed to be large enough; the constant
|
H A D | CRYPTO_get_ex_new_index.pod | 138 dup_func() is called when a structure is being copied. This is only done 143 When the dup_func() returns, the value in B<*from_d> is copied to the
|
H A D | OCSP_request_add1_nonce.pod | 34 OCSP_copy_nonce() returns 1 if a nonce was successfully copied, 2 if no nonce
|
H A D | OSSL_ERR_STATE_save.pod | 39 entries are copied and the effect is the same as for a call to
|
H A D | SSL_CTX_set1_verify_cert_store.pod | 56 The stores pointers associated with an SSL_CTX structure are copied to any SSL
|
H A D | OSSL_CRMF_MSG_set0_validity.pod | 56 while the I<subject>, I<issuer>, and I<serial> structures (if given) are copied.
|
/openssl/crypto/dso/ |
H A D | dso_lib.c | 227 char *copied; in DSO_set_filename() local 238 copied = OPENSSL_strdup(filename); in DSO_set_filename() 239 if (copied == NULL) in DSO_set_filename() 242 dso->filename = copied; in DSO_set_filename()
|
/openssl/include/internal/ |
H A D | ring_buf.h | 236 size_t src_len = 0, copied = 0; in ring_buf_resize() local 253 if (!ring_buf_get_buf_at(r, r->ctail_offset + copied, &src, &src_len)) { in ring_buf_resize() 266 copied += src_len; in ring_buf_resize()
|
/openssl/doc/internal/man3/ |
H A D | ossl_DER_w_precompiled.pod | 18 There may be already existing DER blobs that can simply be copied to
|
/openssl/doc/designs/quic-design/ |
H A D | error-handling.md | 80 are copied to the thread local error stack. They are always kept on 99 copied from the QUIC_CHANNEL after the failure. So if multiple threads
|
/openssl/include/crypto/ |
H A D | riscv_arch.def | 20 * The fourth and the fifth arguments are copied from linux header asm/hwprobe.h.
|
/openssl/ |
H A D | README-FIPS.md | 64 the shared library is copied to its installed location, which by default is 128 // be copied across multiple machines if it contains an entry for
|