Home
last modified time | relevance | path

Searched refs:output (Results 101 – 125 of 525) sorted by relevance

12345678910>>...21

/openssl/doc/man3/
H A DSHA256_Init.pod56 160 bit output.
60 SHA_DIGEST_LENGTH == 20 bytes of output). If B<md> is NULL, the digest
72 for SHA_DIGEST_LENGTH == 20 bytes of output, and erases the B<SHA_CTX>.
77 The buffer B<md> must have space for the output from the SHA variant being used
H A DECPKParameters_print.pod28 a human-readable output of the public parameters of the EC_GROUP to B<bp>
29 or B<fp>. The output lines are indented by B<off> spaces.
H A DEVP_blake2b512.pod26 The BLAKE2s algorithm that produces a 256-bit output from a given input.
30 The BLAKE2b algorithm that produces a 512-bit output from a given input.
H A DSSL_get_rpoll_descriptor.pod25 On success, these functions output poll descriptors. For more information on
53 whenever the poll descriptor output by SSL_get_rpoll_descriptor() becomes
59 whenever the poll descriptor output by SSL_get_wpoll_descriptor() becomes
H A DBIO_f_base64.pod24 For writing, by default output is divided to lines of length 64
25 characters and there is a newline at the end of output.
71 to standard output:
85 data to standard output:
/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl25 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
314 open STDOUT,">$output" if $output;
H A Dsha256-riscv64-zvkb-zvknha_or_zvknhb.pl54 my $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
57 $output and open STDOUT,">$output";
H A Dsha512-s390x.pl48 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
77 open STDOUT,">$output";
79 if ($output =~ /512/) {
H A Dsha1-thumb.pl29 $output=pop and open STDOUT,">$output";
H A Dkeccak1600p8-ppc.pl30 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
54 open STDOUT,"| $^X $xlate $flavour \"$output\""
/openssl/test/recipes/30-test_evp_data/
H A Devpencod.txt157 # Multiline output without padding
162 # Multiline output with padding
167 # Multiline output with line break in the middle of a b64 block is accepted
H A Devpmac_common.txt565 Title = KMAC output is too large
573 Reason = invalid output length
575 Title = KMAC output is too small in FIPS
597 Reason = invalid output length
609 Reason = invalid output length
611 # Old FIPS providers accept short output
620 # The default provider accepts short output
/openssl/crypto/aes/asm/
H A Daes-riscv64-zvkb-zvkned.pl53 my $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
56 $output and open STDOUT,">$output";
/openssl/doc/man1/
H A Dopenssl-genpkey.pod.in48 specified then standard output is used.
53 specified then the public key is not output.
57 The output format, except when B<-genparam> is given; the default is B<PEM>.
68 Do not output "status dots" while generating keys.
72 The output file password source. For more information about the format of I<arg>
241 or B<sha256>. If set, then the number of bits in B<q> will match the output size
243 ignored. If not set, then a digest will be used that gives an output matching
371 ignored. If not set, then a digest will be used that gives an output matching
417 Encrypt output private key using 128 bit AES and the passphrase "hello":
426 Generate 2048 bit DSA parameters that can be validated: The output values for
[all …]
H A Dopenssl-dgst.pod.in42 This command output the message digest of a supplied file or files
79 Digest is to be output as a hex dump. This is the default case for a "normal"
89 Set the output length for XOF algorithms, such as B<shake128> and B<shake256>.
113 Filename to output to, or standard output by default.
140 The output is either "Verified OK" or "Verification Failure".
227 To sign a file using SHA-256 with binary file output:
H A Dopenssl-cms.pod.in158 The message text that has been decrypted or verified or the output MIME
182 is written to the output file.
188 to the output file.
227 Verify a CMS B<DigestedData> type and output the content.
232 support for this option to work, otherwise it will output an error.
238 output an error.
243 B<EncryptedData> type and output the content.
248 B<EncryptedData> type and output the content.
256 B<Data> type and output the content.
276 The output format of the CMS structure (if one is being written);
[all …]
/openssl/crypto/bn/asm/
H A Dc64xplus-gf2m.pl26 $output = pop and open STDOUT,">$output";
/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl124 my $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
127 my $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
134 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""
/openssl/crypto/
H A Dx86_64cpuid.pl12 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
15 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
22 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""
H A Dppccpuid.pl12 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
20 open STDOUT,"| $^X $xlate $flavour \"$output\""
H A Ds390xcpuid.pl11 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
22 $output and open STDOUT,">$output";
/openssl/crypto/modes/asm/
H A Dghash-armv4.pl83 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
92 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\""
95 $output and open STDOUT,">$output";
/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod50 filename, line number, and severity information to the message being output.
57 ossl_cmp_debug() output a simple alert/error/warning/info/debug message
61 ossl_cmp_log4() output a log message with the given severity,
/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl29 $output=pop and open STDOUT,">$output";
/openssl/crypto/bf/asm/
H A Dbf-586.pl15 $output = pop and open STDOUT,">$output";

Completed in 46 milliseconds

12345678910>>...21