Home
last modified time | relevance | path

Searched refs:output (Results 26 – 50 of 525) sorted by relevance

12345678910>>...21

/openssl/crypto/
H A Driscv32cpuid.pl12 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
15 $output and open STDOUT,">$output";
H A Darmv4cpuid.pl12 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
20 open OUT,"| \"$^X\" $xlate $flavour \"$output\""
H A Darm64cpuid.pl12 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
20 open OUT,"| \"$^X\" $xlate $flavour \"$output\""
/openssl/doc/man3/
H A DDES_random_key.pod33 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
35 void DES_ecb2_encrypt(const_DES_cblock *input, DES_cblock *output,
37 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
144 I<input>, into the output data, pointed to by the I<output> argument.
146 (cleartext) is encrypted in to the I<output> (ciphertext) using the
149 ciphertext) is decrypted into the I<output> (now cleartext). Input
150 and output may overlap. DES_ecb_encrypt() does not return a value.
202 routine will encrypt the input bytes to output and then update ivec
228 and the complete 8 bytes are placed in I<output>. This function is
236 I<output>.
[all …]
H A DOSSL_ENCODER_CTX.pod75 encoder implementations, which means that the output from one encoder may be
80 The final output type must be given, and a chain of encoders must end with
81 an implementation that produces that output type.
110 OSSL_ENCODER_CTX_add_extra() finds encoders that further encodes output
114 OSSL_ENCODER_CTX_set_output_type() sets the ending output type. This must
117 OSSL_ENCODER_CTX_set_output_structure() sets the desired output structure.
119 Depending on the type of object being encoded, the output structure may
162 OSSL_ENCODER_INSTANCE_get_output_type() can be used to get the output type
166 OSSL_ENCODER_INSTANCE_get_output_structure() can be used to get the output
200 output type.
[all …]
H A DOSSL_trace_enabled.pod60 these functions are used to generate free text tracing output.
62 The tracing output is divided into types which are enabled
71 BIO object to which the application can write its trace output.
81 To produce trace output, it is necessary to obtain a pointer to the
83 to it using arbitrary BIO output routines, and finally releases the
85 calls surrounding the trace output create a group, which acts as a
86 critical section (guarded by a mutex) to ensure that the trace output
102 This BIO can only be used for output.
108 The result of trying to produce tracing output outside of such
176 printf-style trace output with n format field arguments (n=1,...,9).
[all …]
/openssl/crypto/modes/asm/
H A Dghash-riscv64-zvkg.pl54 my $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
57 $output and open STDOUT,">$output";
H A Daes-gcm-ppc.pl50 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
79 open STDOUT,"| $^X $xlate $flavour \"$output\""
/openssl/doc/man1/
H A Dopenssl-rsa.pod.in68 The key output format; the default is B<PEM>.
84 The password source for the input and output file.
90 This specifies the output filename to write a key to or standard output if this
92 will be prompted for. The output filename should B<not> be the same as the input
103 These options can only be used with PEM format output files.
112 This option prevents output of the encoded version of the key.
130 By default a private key is output: with this option a public
131 key will be output instead. This option is automatically set if
178 To print out the components of a private key to standard output:
182 To just output the public part of a private key:
H A Dopenssl-ec.pod.in59 The key output format; the default is B<PEM>.
73 This specifies the output filename to write a key to or standard output by
75 prompted for. The output filename should B<not> be the same as the input
80 The password source for the input and output file.
93 These options can only be used with PEM format output files.
101 This option prevents output of the encoded version of the key.
115 By default a private key is output. With this option a public
116 key will be output instead. This option is automatically set if the input is
141 This option omits the public key components from the private key output.
169 To print out the components of a private key to standard output:
[all …]
H A Dopenssl-dhparam.pod.in47 The input format and output format; the default is B<PEM>.
58 This specifies the output file to write parameters to.
59 Standard output is used if this option is not present.
60 The output filename can be the same as the input filename,
62 Note that file I/O is not atomic. The output file is truncated and then written.
98 This option inhibits the output of the encoded version of the parameters.
112 This option enables the output of progress messages, which is handy when
117 This option suppresses the output of progress messages, which may be
H A Dopenssl-pkeyparam.pod.in43 This specifies the output filename to write parameters to or standard output if
45 The output filename can be the same as the input filename,
47 Note that file I/O is not atomic. The output file is truncated and then written.
55 Do not output the encoded version of the parameters.
H A Dopenssl-dsaparam.pod.in48 The DSA parameters output format; the default is B<PEM>.
62 This specifies the output file to write parameters to. Standard output is used
64 The output filename can be the same as the input filename,
66 Note that file I/O is not atomic. The output file is truncated and then written.
70 This option inhibits the output of the encoded version of the parameters.
H A Dopenssl-asn1parse.pod.in53 option is not present then no data will be output. This is most useful when
58 Don't output the parsed version of the input file.
70 Indents the output according to the "depth" of the structures.
83 Like B<-dump>, but only the first B<num> bytes are output.
117 The output will typically contain lines like this:
142 The B<-i> option can be used to make the output more readable.
144 Some knowledge of the ASN.1 structure is needed to interpret the output.
183 Generate and write out a UTF8String, don't print parsed output:
203 There should be options to change the format of output lines. The output of some
H A Dopenssl-pkcs12.pod.in46 PKCS#12 output (export) options:
106 are output.
112 The password source for output files.
128 No private keys will be output.
132 No certificates will be output.
136 This option inhibits all credentials output,
172 see the L</PKCS#12 output (export) options> section.
230 =head2 PKCS#12 output (export) options
256 The private key input for PKCS12 output.
309 are output.
[all …]
H A Dopenssl-ecparam.pod.in51 The EC parameters output format; the default is B<PEM>.
63 This specifies the output filename parameters to. Standard output is used
65 The output filename can be the same as the input filename,
67 Note that file I/O is not atomic. The output file is truncated and then written.
71 This option inhibits the output of the encoded version of the parameters.
161 To print out the EC parameters to standard output:
/openssl/doc/man7/
H A Dopenssl-qlog.pod14 The qlog output generated by OpenSSL can be used to obtain diagnostic
17 B<WARNING:> The output of OpenSSL's qlog functionality uses an unstable format
18 based on a draft specification. qlog output is not subject to any format
41 C<server>, reflecting the perspective of the endpoint producing the qlog output.
174 output in this format in the future once standardisation is complete.
176 Because of this, the qlog output of OpenSSL B<will> change in incompatible and
178 qlog output of OpenSSL is considered unstable and not subject to any format
189 format compatibility, the output format of the OpenSSL qlog functionality is
191 output of the OpenSSL qlog functionality are expected to track changes in qvis
216 Only the JSON-SEQ (B<.sqlog>) output format is supported.
[all …]
/openssl/crypto/ec/asm/
H A Decp_nistp384-ppc64.pl21 my $output = "";
22 while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
23 if (!$output) {
24 $output = "-";
33 open OUT,"| \"$^X\" $xlate $flavour $output";
/openssl/test/recipes/
H A D80-test_ca_internals.t118 my @output;
128 @output = run(
139 foreach my $tmp (@output) {
/openssl/providers/
H A Dencoders.inc34 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=text", \
38 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=" #_output, \
42 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=" #_output \
95 /* The RSA encoders only support private key and public key output */
99 /* DH and X9.42 DH only support key parameters output. */
110 /* EC only supports keypair and parameters DER and PEM output. */
113 /* EC supports blob output for the public key */
123 * Entries for the output formats MSBLOB and PVK
227 * Entries for key type specific output formats. These are exactly the
233 /* The RSA encoders only support private key and public key output */
[all …]
/openssl/ms/
H A Duplink-ia64.pl9 $output = pop and open STDOUT,">$output";
H A Duplink-x86.pl15 $output = pop and open STDOUT,">$output";
/openssl/crypto/perlasm/
H A Darm-xlate.pl12 my $output = shift;
13 open STDOUT,">$output" || die "can't open $output: $!";
/openssl/crypto/des/
H A Decb3_enc.c18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt() argument
25 unsigned char *out = &(*output)[0]; in DES_ecb3_encrypt()
H A Decb_enc.c36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt() argument
42 unsigned char *out = &(*output)[0]; in DES_ecb_encrypt()

Completed in 37 milliseconds

12345678910>>...21