Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 25 of 73) sorted by relevance

123

/openssl/doc/man3/
H A DCMS_get1_ReceiptRequest.pod49 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 DSSL_get_client_random.pod28 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 DSSL_CTX_set_record_padding_callback.pod38 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 DOPENSSL_ia32cap.pod17 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 DSSL_CTX_set1_cert_comp_preference.pod104 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 DSSL_inject_net_dgram.pod24 the length of the buffer in bytes. The buffer is copied and need not remain
H A DOSSL_PARAM_allocate_from_text.pod77 Otherwise, I<value> is considered a C string and is copied to the
92 copied to the I<< to->data >> storage.
H A DX509_VERIFY_PARAM_set_flags.pod84 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 DBN_copy.pod23 significant restrictions on the copied data. Applications that do no adhere to
H A DRAND_egd.pod31 If B<buf> is not B<NULL>, then the data is copied to the buffer and
H A DX509_STORE_CTX_new.pod98 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 DEVP_CIPHER_CTX_get_original_iv.pod30 an error will be returned (and no data copied).
H A Ds2i_ASN1_IA5STRING.pod51 In the B<i2s_ASN1_IA5STRING>() function the string is copied and
H A DX509_digest.pod64 digest will be copied and is assumed to be large enough; the constant
H A DCRYPTO_get_ex_new_index.pod138 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 DOCSP_request_add1_nonce.pod34 OCSP_copy_nonce() returns 1 if a nonce was successfully copied, 2 if no nonce
H A DOSSL_ERR_STATE_save.pod39 entries are copied and the effect is the same as for a call to
H A DSSL_CTX_set1_verify_cert_store.pod56 The stores pointers associated with an SSL_CTX structure are copied to any SSL
H A DOSSL_CRMF_MSG_set0_validity.pod56 while the I<subject>, I<issuer>, and I<serial> structures (if given) are copied.
/openssl/crypto/dso/
H A Ddso_lib.c227 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 Dring_buf.h236 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 Dossl_DER_w_precompiled.pod18 There may be already existing DER blobs that can simply be copied to
/openssl/doc/designs/quic-design/
H A Derror-handling.md80 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 Driscv_arch.def20 * The fourth and the fifth arguments are copied from linux header asm/hwprobe.h.
/openssl/
H A DREADME-FIPS.md64 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

Completed in 53 milliseconds

123