Home
last modified time | relevance | path

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

12345678910>>...44

/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_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 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
H A DSSL_SESSION_get0_id_context.pod30 SSL_SESSION_set1_id_context() takes a copy of the provided ID context given in
52 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.c638 FFC_PARAMS *params, copy; in ffc_params_copy_test() local
640 ossl_ffc_params_init(&copy); in ffc_params_copy_test()
649 if (!TEST_true(ossl_ffc_params_copy(&copy, params))) in ffc_params_copy_test()
652 if (!TEST_int_eq(copy.keylength, 275)) in ffc_params_copy_test()
655 if (!TEST_true(ossl_ffc_params_cmp(&copy, params, 0))) in ffc_params_copy_test()
660 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.t531 and copy($cert_file, $certplusrsa)
532 and copy($rsa_file, $certplusrsa)
545 and copy($rsa_file, $rsapluscert)
546 and copy($cert_file, $rsapluscert)
/openssl/Configurations/
H A Dwindows-makefile.tmpl529 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\openssl.cnf" \
535 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(MISC_SCRIPTS) \
548 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\ms\applink.c" \
551 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "-exclude_re=/__DECC_" \
557 @"$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_LIBS) "$(libdir)"
559 "$(PERL)" "$(SRCDIR)\util\copy.pl" ossl_static.pdb "$(libdir)"
596 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_SHLIBPDBS) \
605 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMS) \
608 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMPDBS) \
611 "$(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
59 copy = OPENSSL_strndup(name, namelen); in int_x509_param_set_hosts()
60 if (copy == NULL) in int_x509_param_set_hosts()
65 OPENSSL_free(copy); in int_x509_param_set_hosts()
69 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { in int_x509_param_set_hosts()
70 OPENSSL_free(copy); in int_x509_param_set_hosts()
/openssl/.github/workflows/
H A Dfips-provider.yml4 # this file except in compliance with the License. You can obtain a copy
50 - name: copy the provider
92 - name: copy the provider
/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/crypto/property/
H A Dproperty_parse.c512 const OSSL_PROPERTY_DEFINITION *copy; in ossl_property_merge() local
525 copy = &bp[j++]; in ossl_property_merge()
527 copy = &ap[i++]; in ossl_property_merge()
531 copy = &ap[i++]; in ossl_property_merge()
533 copy = &bp[j++]; in ossl_property_merge()
535 memcpy(r->properties + n, copy, sizeof(r->properties[0])); in ossl_property_merge()
536 r->has_optional |= copy->optional; in ossl_property_merge()
/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.c203 int (*copy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_set_init()
212 meth->copy = copy; in EC_KEY_METHOD_set_init()
282 *pcopy = meth->copy; in EC_KEY_METHOD_get_init()
/openssl/apps/
H A Dopenssl.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
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 46 milliseconds

12345678910>>...44