Home
last modified time | relevance | path

Searched refs:output (Results 226 – 250 of 525) sorted by relevance

12345678910>>...21

/openssl/doc/internal/man3/
H A Dossl_serial_number_print.pod19 The output is written to a newline and indented by I<indent> spaces if the
/openssl/crypto/sha/asm/
H A Dsha512-mips.pl64 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
93 open STDOUT,">$output";
97 if ($output =~ /512/) {
H A Dsha1-ppc.pl31 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
59 open STDOUT,"| $^X $xlate $flavour \"$output\""
H A Dkeccak1600-avx512.pl549 $output=pop and open STDOUT,">$output";
H A Dsha512-sparcv9.pl60 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
62 $output and open STDOUT,">$output";
64 if ($output =~ /512/) {
/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in117 Filename to output the configuration data to; the default is standard output.
364 "MAC status indicator" to the output configuration file. Without these fields
377 output configuration file.
381 Do not output pass/fail messages. Implies B<-noout>.
410 test output and the options B<-corrupt_desc> and B<-corrupt_type> will be ignored.
H A Dopenssl-kdf.pod.in37 The output size of the derived key. This field is required.
41 Filename to output to, or standard output by default.
H A Dopenssl-enc.pod.in80 The output filename, standard output by default.
111 If the B<-a> option is set then base64 encoding produces output without any
288 to the output.
294 in the configuration file. The output when invoking this command
301 This is due to having to begin streaming output (e.g., to standard output
H A Dopenssl-prime.pod.in38 Generate hex output.
H A Dopenssl-x509.pod.in202 This specifies the output filename to write to or standard output by default.
206 The output format; the default is B<PEM>.
211 Do not output a certificate (except for printing as requested by below options).
215 This option prevents output except for printing as requested by below options.
228 Specify the date output format. Values are: rfc_822 and iso_8601.
597 Mark any certificate PEM output as <trusted> certificate rather than ordinary.
599 certificate is output and any trust settings are discarded.
600 With the B<-trustout> option a trusted certificate is output. A trusted
601 certificate is automatically output if any trust settings are modified.
/openssl/doc/man3/
H A DEVP_md2.pod23 The MD2 algorithm which produces a 128-bit output from a given input.
H A DEVP_md4.pod24 The MD4 algorithm which produces a 128-bit output from a given input.
H A DEVP_ripemd160.pod24 The RIPEMD-160 algorithm which produces a 160-bit output from a given input.
H A DEVP_sha1.pod24 The SHA-1 algorithm which produces a 160-bit output from a given input.
H A DEVP_mdc2.pod25 128-bit output from a given input.
H A Dd2i_RSAPrivateKey.pod181 A caveat is that L<i2d_PrivateKey(3)> may output a DER encoded PKCS#8
195 The exact L<OSSL_ENCODER(3)> output is driven by arguments rather than by
196 function names. The sample code to get DER encoded output in a type
198 of what part of the B<EVP_PKEY> should be output, and the structure. The
H A DOSSL_HPKE_CTX_new.pod260 the output size. An error will occur if the input I<enclen> is
272 the output size. An error will occur if the input I<ctlen> is
301 returns the output size. An error will occur if the input I<publen> is too small.
323 returns the output size. A I<pt> buffer that is the same size as the
324 I<ct> buffer will suffice - generally the plaintext output will be
410 I<seq> output) that will be used in the next call to seal or open. That would
447 be supplied on input. The output I<enc> value will have an appropriate
448 length for I<suite_out> and a random value, and the I<ct> output will be
/openssl/demos/http3/
H A DREADME.md33 The demo produces the HTTP response headers in textual form as output followed
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl11 my $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
20 open OUT,"| \"$^X\" $xlate $flavour $output";
1011 // x1 -> output plaintext
1019 // No output registers, usual AAPCS64 register preservation
1244 str q0, [x1] // write output
1266 // x1 -> output text (whole 16-byte blocks)
1272 // No output registers, usual AAPCS64 register preservation
1471 // x1 -> output ciphertext
1478 // No output registers, usual AAPCS64 register preservation
/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl58 my $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
61 my $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
68 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""
/openssl/crypto/modes/asm/
H A Dghash-alpha.pl464 $output=pop and open STDOUT,">$output";
/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl59 $output=pop and open STDOUT,">$output";
/openssl/crypto/des/asm/
H A Ddes-586.pl23 $output=pop and open STDOUT,">$output";
/openssl/crypto/bn/asm/
H A Dvis3-mont.pl28 $output = pop and open STDOUT,">$output";
/openssl/doc/man7/
H A Dprovider-kdf.pod154 Gets the output size from the associated KDF ctx.
155 If the algorithm produces a variable amount of output, SIZE_MAX should be
157 If the input parameters required to calculate the fixed output size have not yet
318 Sets the intended usage of the output bits in the associated KDF ctx.

Completed in 52 milliseconds

12345678910>>...21