Searched refs:copied (Results 1 – 25 of 55) sorted by relevance
123
/openssl-master/doc/man3/ |
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>.
|
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
|
A D | SSL_CTX_set_record_padding_callback.pod | 34 for TLS 1.3 records. The value set in B<ctx> is copied to a new SSL by SSL_new(). 40 set in B<ctx> is copied to a new SSL by SSL_new().
|
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
|
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.
|
A D | X509_VERIFY_PARAM_set_flags.pod | 84 which specifies how verification flags are copied from one structure to 340 If B<X509_VP_FLAG_LOCKED> is set then no values are copied. This overrides 343 If B<X509_VP_FLAG_DEFAULT> is set then anything set in the source is copied 348 If B<X509_VP_FLAG_OVERWRITE> is set then all value are copied across whether 351 If B<X509_VP_FLAG_RESET_FLAGS> is set then the flags value is copied instead
|
A D | BN_copy.pod | 23 significant restrictions on the copied data. Applications that do no adhere to
|
A D | RAND_egd.pod | 31 If B<buf> is not B<NULL>, then the data is copied to the buffer and
|
A D | EVP_CIPHER_CTX_get_original_iv.pod | 30 an error will be returned (and no data copied).
|
A D | s2i_ASN1_IA5STRING.pod | 51 In the B<i2s_ASN1_IA5STRING>() function the string is copied and
|
A D | X509_digest.pod | 64 digest will be copied and is assumed to be large enough; the constant
|
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
|
A D | OCSP_request_add1_nonce.pod | 34 OCSP_copy_nonce() returns 1 if a nonce was successfully copied, 2 if no nonce
|
A D | SSL_CTX_set1_verify_cert_store.pod | 45 The stores pointers associated with an SSL_CTX structure are copied to any SSL
|
A D | X509_get_subject_name.pod | 50 I<name>. The I<name> parameter is copied internally and should be freed
|
A D | OSSL_CRMF_MSG_set0_validity.pod | 56 while the I<subject>, I<issuer>, and I<serial> structures (if given) are copied.
|
A D | ASN1_STRING_length.pod | 47 I<data> or length I<len>. The supplied data is copied. If I<len>
|
A D | SSL_set1_host.pod | 81 and must be copied by the application if it is to be retained beyond
|
A D | SSL_CTX_set_msg_callback.pod | 38 default settings that will be copied to new B<SSL> objects by
|
/openssl-master/crypto/dso/ |
A D | dso_lib.c | 232 char *copied; in DSO_set_filename() local 243 copied = OPENSSL_strdup(filename); in DSO_set_filename() 244 if (copied == NULL) { in DSO_set_filename() 249 dso->filename = copied; in DSO_set_filename()
|
/openssl-master/doc/internal/man3/ |
A D | ossl_DER_w_precompiled.pod | 18 There may be already existing DER blobs that can simply be copied to
|
A D | ossl_cmp_hdr_init.pod | 110 The sender name is copied from the subject of the client cert, if any,
|
A D | ossl_cmp_certreq_new.pod | 129 set to B<rejected>, and I<text> is copied to statusString unless it is NULL.
|
/openssl-master/ |
A D | README-FIPS.md | 37 the shared library is copied to its installed location, which by default is
|
A D | NOTES-VMS.md | 90 get through, for example if you've copied the tree from a NFS-mounted
|
Completed in 22 milliseconds
123