Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 1210) sorted by relevance

12345678910>>...49

/openssl/crypto/asn1/
H A Dd2i_pu.c32 EVP_PKEY *copy = NULL; in d2i_PublicKey() local
45 if (!evp_pkey_copy_downgraded(&copy, ret)) in d2i_PublicKey()
51 if ((type != EVP_PKEY_get_id(ret) || copy != NULL) in d2i_PublicKey()
74 if (copy != NULL) { in d2i_PublicKey()
76 ret->pkey.ec = copy->pkey.ec; in d2i_PublicKey()
77 copy->pkey.ec = NULL; in d2i_PublicKey()
91 EVP_PKEY_free(copy); in d2i_PublicKey()
96 EVP_PKEY_free(copy); in d2i_PublicKey()
/openssl/util/
H A Dmerge-err-lines23 my $copy = $_;
24 chop($copy);
25 $copy =~ s/ +$//;
28 $_ = $copy . ' ' . $next;
/openssl/doc/man3/
H A DBN_copy.pod5 BN_copy, BN_dup, BN_with_flags - copy BIGNUMs
22 BN_with_flags creates a B<temporary> shallow copy of B<b> in B<dest>. It places
27 might commonly be used to create a temporary copy of a BIGNUM with the
28 B<BN_FLG_CONSTTIME> flag set for constant time operations. The temporary copy in
65 this file except in compliance with the License. You can obtain a copy
H A DOSSL_PARAM_dup.pod6 - OSSL_PARAM array copy functions
23 deep copy of the data.
28 function does a shallow copy of the parameters. Either I<params> or I<params1>
55 this file except in compliance with the License. You can obtain a copy
H A DOSSL_CMP_ITAV_new_caCerts.pod65 B<caCerts> and fills it with a copy of the provided list of certificates.
98 that contains either a copy of the distribution point name I<dpn>
99 or a copy of the certificate issuer I<issuer>, while giving both is an error.
100 If given, a copy of the CRL issuance time I<thisUpdate> is also included.
103 It fills the thisUpdate field with a copy of the thisUpdate field of I<crl> if present.
104 It fills the CRLSource field with a copy of the first data item found using the I<crl>
126 otherwise a copy of the certTemplate field value.
130 B<algId> or B<rsaKeyLen> and assigns to I<*keySpec> a copy of the keySpec field.
167 or including a singleton list a with copy of the provided CRL otherwise.
214 this file except in compliance with the License. You can obtain a copy
H A DOSSL_CRMF_MSG_set1_regInfo_certReq.pod29 OSSL_CRMF_MSG_set1_regInfo_utf8Pairs() adds a copy of the given I<utf8pairs>
35 OSSL_CRMF_MSG_set1_regInfo_certReq() adds a copy of the given I<cr> value
64 this file except in compliance with the License. You can obtain a copy
H A DSSL_SESSION_free.pod24 SSL_SESSION_dup() creates a new SSL_SESSION structure that is a copy of B<src>.
25 The copy is not owned by any cache that B<src> may have been in.
65 SSL_SESSION_dup returns a pointer to the new copy or NULL on error.
85 this file except in compliance with the License. You can obtain a copy
H A DEVP_MD_meth_new.pod39 int EVP_MD_meth_set_copy(EVP_MD *md, int (*copy)(EVP_MD_CTX *to,
73 EVP_MD_meth_dup() creates a copy of B<md>.
144 from one B<EVP_MD_CTX> to another. If all that's needed is to copy
145 the data, there is no need for this copy function.
146 Note that the copy function is passed two B<EVP_MD_CTX *>, the private
148 This copy function is called by EVP_MD_CTX_copy() and
200 this file except in compliance with the License. You can obtain a copy
H A DX509_new.pod44 chain B<x> and returns a copy of the stack, or an empty stack if B<a> is NULL.
56 each certificate. It also returns a copy of the stack, using sk_X509_dup(),
68 X509_chain_up_ref() returns a copy of the stack or NULL if an error occurred.
102 this file except in compliance with the License. You can obtain a copy
H A DSSL_SESSION_get0_hostname.pod35 SSL_SESSION_set1_hostname() sets the SNI value for the hostname to a copy of
43 value in B<alpn> which should be of length B<len> bytes. A copy of the input
73 this file except in compliance with the License. You can obtain a copy
H A DSSL_CTX_sess_set_get_cb.pod27 int len, int *copy);
94 B<data>. By setting the parameter B<copy> to B<1>, the callback can require the
96 setting B<copy> to B<0> causes the reference count to remain unchanged.
97 If the get_session_cb() does not write to B<copy>, the reference count
119 this file except in compliance with the License. You can obtain a copy
/openssl/test/
H A Dsslcorrupttest.c41 char *copy; in tls_corrupt_write() local
44 if (!TEST_ptr(copy = OPENSSL_memdup(in, inl))) in tls_corrupt_write()
47 copy[inl-1] ^= 1; in tls_corrupt_write()
48 ret = BIO_write(next, copy, inl); in tls_corrupt_write()
49 OPENSSL_free(copy); in tls_corrupt_write()
H A Dffc_internal_test.c667 FFC_PARAMS *params, copy; in ffc_params_copy_test() local
669 ossl_ffc_params_init(&copy); in ffc_params_copy_test()
678 if (!TEST_true(ossl_ffc_params_copy(&copy, params))) in ffc_params_copy_test()
681 if (!TEST_int_eq(copy.keylength, 275)) in ffc_params_copy_test()
684 if (!TEST_true(ossl_ffc_params_cmp(&copy, params, 0))) in ffc_params_copy_test()
689 ossl_ffc_params_cleanup(&copy); in ffc_params_copy_test()
/openssl/doc/internal/man3/
H A Dossl_cmp_asn1_octet_string_set1.pod21 referenced via the I<tgt> argument and assigns either a copy of
25 referenced via the I<tgt> argument and assigns either a copy of the given byte
41 this file except in compliance with the License. You can obtain a copy
H A Dossl_cmp_X509_STORE_add1_certs.pod22 ossl_cmp_X509_STORE_get1_certs() retrieves a copy of all certificates in the
40 this file except in compliance with the License. You can obtain a copy
/openssl/test/recipes/
H A D80-test_ssl_old.t90 copy($CAcert, \*OUT); copy($Ucert, \*OUT);
94 copy($CAcert, \*OUT); copy($Ucert, \*OUT); copy($P1cert, \*OUT);
288 copy($Ucert, $P1intermediate);
314 copy($Ucert, \*OUT); copy($P1cert, \*OUT);
H A D25-test_verify.t560 and copy($cert_file, $certplusrsa)
561 and copy($rsa_file, $certplusrsa)
574 and copy($rsa_file, $rsapluscert)
575 and copy($cert_file, $rsapluscert)
/openssl/Configurations/
H A Dwindows-makefile.tmpl538 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\openssl.cnf" \
544 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(MISC_SCRIPTS) \
557 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\ms\applink.c" \
560 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "-exclude_re=/__DECC_" \
566 @"$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_LIBS) "$(libdir)"
568 "$(PERL)" "$(SRCDIR)\util\copy.pl" ossl_static.pdb "$(libdir)"
607 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_SHLIBPDBS) \
616 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMS) \
619 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMPDBS) \
622 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(BIN_SCRIPTS) \
[all …]
/openssl/crypto/x509/
H A Dx509_vpm.c39 char *copy; in int_x509_param_set_hosts() local
60 copy = OPENSSL_strndup(name, namelen); in int_x509_param_set_hosts()
61 if (copy == NULL) in int_x509_param_set_hosts()
66 OPENSSL_free(copy); in int_x509_param_set_hosts()
70 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { in int_x509_param_set_hosts()
71 OPENSSL_free(copy); in int_x509_param_set_hosts()
/openssl/doc/internal/man7/
H A DEVP_PKEY.pod70 L<EVP_PKEY_get0_RSA(3)> is a cached copy of the key. Changes to the cached
71 copy are not reflected back in the provider key.
151 the previous time. This is done by comparing it with a copy of the
194 cached copy of the provider key in legacy form. Once the cached copy is created
196 the cached legacy copy. Similarly changes made to the cached legacy copy are not
208 this file except in compliance with the License. You can obtain a copy
/openssl/external/perl/Text-Template-1.56/
H A DLICENSE27 Everyone is permitted to copy and distribute verbatim copies
58 (2) offer you this license which gives you legal permission to copy,
82 1. You may copy and distribute verbatim copies of the Program's source
84 appropriately publish on each copy an appropriate copyright notice and
87 other recipients of the Program a copy of this General Public License
89 transferring a copy.
111 conditions, and telling the user how to view a copy of this General
115 copy, and you may at your option offer warranty protection in
149 4. You may not copy, modify, sublicense, distribute or transfer the
164 licensor to copy, distribute or modify the Program subject to these
[all …]
/openssl/crypto/ec/
H A Dec_kmeth.c198 int (*copy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_set_init()
207 meth->copy = copy; in EC_KEY_METHOD_set_init()
277 *pcopy = meth->copy; in EC_KEY_METHOD_get_init()
/openssl/crypto/property/
H A Dproperty_parse.c543 const OSSL_PROPERTY_DEFINITION *copy; in ossl_property_merge() local
556 copy = &bp[j++]; in ossl_property_merge()
558 copy = &ap[i++]; in ossl_property_merge()
562 copy = &ap[i++]; in ossl_property_merge()
564 copy = &bp[j++]; in ossl_property_merge()
566 memcpy(r->properties + n, copy, sizeof(r->properties[0])); in ossl_property_merge()
567 r->has_optional |= copy->optional; in ossl_property_merge()
/openssl/crypto/pem/
H A Dpem_pkey.c345 EVP_PKEY *copy = NULL; in PEM_write_bio_PrivateKey_traditional() local
353 && evp_pkey_copy_downgraded(&copy, x)) in PEM_write_bio_PrivateKey_traditional()
354 x = copy; in PEM_write_bio_PrivateKey_traditional()
358 EVP_PKEY_free(copy); in PEM_write_bio_PrivateKey_traditional()
365 EVP_PKEY_free(copy); in PEM_write_bio_PrivateKey_traditional()
/openssl/apps/
H A Dopenssl-vms.cnf105 # copy_extensions = copy
220 # subjectAltName=email:copy
226 # issuerAltName=issuer:copy
258 # subjectAltName=email:copy
260 # issuerAltName=issuer:copy
273 # issuerAltName=issuer:copy
293 # subjectAltName=email:copy
299 # issuerAltName=issuer:copy

Completed in 72 milliseconds

12345678910>>...49