Home
last modified time | relevance | path

Searched refs:output (Results 251 – 275 of 525) sorted by relevance

1...<<1112131415161718192021

/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl59 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
62 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
69 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""
H A Daes-armv4.pl44 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
53 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\""
56 $output and open STDOUT,">$output";
H A Daes-riscv32-zkn.pl39 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
42 $output and open STDOUT,">$output";
/openssl/crypto/sha/asm/
H A Dsha512-c64xplus.pl32 ($output = pop) =~ m|\.\w+$| and open STDOUT,">$output";
H A Dsha1-sparcv9.pl35 $output=pop and open STDOUT,">$output";
H A Dsha512-parisc.pl37 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
40 $output and open STDOUT,">$output";
62 if ($output =~ /512/) {
H A Dkeccak1600-armv4.pl75 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
84 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\""
87 $output and open STDOUT,">$output";
H A Dkeccak1600-mmx.pl68 $output=pop and open STDOUT,">$output";
/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl18 $output = pop and open STDOUT, ">$output";
H A Dchacha-armv4.pl39 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
48 open STDOUT,"| \"$^X\" $xlate $flavour $output"
51 $output and open STDOUT,">$output";
/openssl/doc/man7/
H A DEVP_KDF-SSHKDF.pod126 The output length of the SSHKDF derivation is specified via the I<keylen>
128 Since the SSHKDF output length is variable, calling L<EVP_KDF_CTX_get_kdf_size(3)>
H A DEVP_MD-common.pod25 The digest output size.
/openssl/doc/man3/
H A DEVP_md5.pod28 The MD5 algorithm which produces a 128-bit output from a given input.
H A DEVP_DigestInit.pod146 Each Message digest algorithm (such as SHA256) produces a fixed size output
148 Extendable Output Functions (XOF) such as SHAKE256 have a variable sized output
309 Interfaces to extendable-output functions, XOFs, such as SHAKE128 and SHAKE256.
318 squeeze variable length output data.
361 Returns 1 if I<md> is an Extendable-output Function (XOF) otherwise it returns
515 Sets or gets the digest length for extendable output functions.
518 output length used by EVP_DigestFinal_ex() and EVP_DigestFinal().
524 It may be used by BLAKE2B-512 to set the output length used by
569 This control sets the digest length for extendable output functions to I<p1>.
H A DERR_print_errors.pod23 ERR_print_errors_fp() is the same, except that the output goes to a
H A DSSL_CTX_set_keylog_callback.pod30 format used by NSS for its B<SSLKEYLOGFILE> debugging output. To recreate that
H A DEVP_sha3_224.pod39 respectively. They produce 224, 256, 384 and 512 bits of output from a given
H A DEVP_sha224.pod40 respectively of output from a given input.
H A DUI_STRING.pod58 output (prompt, info, error, ...).
106 UI_get0_output_string() returns the UI string output string.
/openssl/doc/man1/
H A Dopenssl-ca.pod.in141 section for information on the required input and output format.
150 The output file to output certificates to. The default is standard
151 output. The certificate details will also be printed out to this
156 The directory to output certificates to. The certificate will be
225 Don't output the text form of a certificate to the output file.
229 Specify the date output format. Values are: rfc_822 and iso_8601.
609 a reasonable output.
654 When processing SPKAC format, the output is DER if the B<-out>
757 ./demoCA/certs - certificate output file
H A Dopenssl-ts.pod.in178 format that will be printed into the output file. Useful when you need
184 Name of the output file to which the request will be written. Default
189 If this option is specified the output is human-readable text format
203 specified the output is always a timestamp response (TimeStampResp),
268 to the output file. This option does not require a request, it is
271 the input is a token and the output is a timestamp response a default
288 The output is a timestamp token (ContentInfo) instead of timestamp
293 If this option is specified the output is human-readable text format
/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl33 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
42 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\""
45 $output and open STDOUT,">$output";
/openssl/include/openssl/
H A Dui.h.in74 info use the string for informational output.
75 error use the string for error output.
256 has been output so far. It can be used to actually
351 /* Return the actual string to output (the prompt, info or error) */
354 * Return the optional action string to output (the boolean prompt
/openssl/crypto/bn/asm/
H A Drsaz-3k-avx512.pl30 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
33 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
64 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""
/openssl/crypto/rc4/asm/
H A Drc4-586.pl71 $output = pop and open STDOUT,">$output";

Completed in 57 milliseconds

1...<<1112131415161718192021