Home
last modified time | relevance | path

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

12345678910>>...42

/openssl-master/util/
A Dmerge-err-lines23 my $copy = $_;
24 chop($copy);
25 $copy =~ s/ +$//;
28 $_ = $copy . ' ' . $next;
/openssl-master/doc/man3/
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
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
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
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
A DX509_new.pod41 chain B<x> and returns a copy of the stack, or an empty stack if B<a> is NULL.
50 each certificate. It also returns a copy of the stack, using sk_X509_dup(),
62 X509_chain_up_ref() returns a copy of the stack or NULL if an error occurred.
92 this file except in compliance with the License. You can obtain a copy
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
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
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
A DX509_get_serialNumber.pod28 B<serial>. A copy of the serial number is used internally so B<serial> should
68 this file except in compliance with the License. You can obtain a copy
A DASN1_STRING_TABLE_add.pod34 a copy of the standard B<ASN1_STRING_TABLE> is created and updated with
61 this file except in compliance with the License. You can obtain a copy
A DOSSL_CMP_STATUSINFO_new.pod51 return a copy of the buffer pointer containing the string or NULL on error.
62 this file except in compliance with the License. You can obtain a copy
/openssl-master/test/recipes/
A D80-test_ssl_old.t89 copy($CAcert, \*OUT); copy($Ucert, \*OUT);
93 copy($CAcert, \*OUT); copy($Ucert, \*OUT); copy($P1cert, \*OUT);
287 copy($Ucert, $P1intermediate);
313 copy($Ucert, \*OUT); copy($P1cert, \*OUT);
A D25-test_verify.t463 and copy($cert_file, $certplusrsa)
464 and copy($rsa_file, $certplusrsa)
477 and copy($rsa_file, $rsapluscert)
478 and copy($cert_file, $rsapluscert)
/openssl-master/test/
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()
/openssl-master/doc/internal/man3/
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
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-master/Configurations/
A Dwindows-makefile.tmpl528 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\openssl.cnf" \
534 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(MISC_SCRIPTS) \
547 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\ms\applink.c" \
550 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "-exclude_re=/__DECC_" \
556 @"$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_LIBS) "$(libdir)"
558 "$(PERL)" "$(SRCDIR)\util\copy.pl" ossl_static.pdb "$(libdir)"
595 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_SHLIBPDBS) \
604 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMS) \
607 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(INSTALL_PROGRAMPDBS) \
610 "$(PERL)" "$(SRCDIR)\util\copy.pl" $(BIN_SCRIPTS) \
[all …]
/openssl-master/crypto/x509/
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-master/doc/internal/man7/
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-master/crypto/property/
A Dproperty_parse.c513 const OSSL_PROPERTY_DEFINITION *copy; in ossl_property_merge() local
526 copy = &bp[j++]; in ossl_property_merge()
528 copy = &ap[i++]; in ossl_property_merge()
532 copy = &ap[i++]; in ossl_property_merge()
534 copy = &bp[j++]; in ossl_property_merge()
536 memcpy(r->properties + n, copy, sizeof(r->properties[0])); in ossl_property_merge()
537 r->has_optional |= copy->optional; in ossl_property_merge()
/openssl-master/external/perl/Text-Template-1.56/
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-master/crypto/ec/
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-master/apps/
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
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

Completed in 29 milliseconds

12345678910>>...42