Home
last modified time | relevance | path

Searched refs:output (Results 151 – 175 of 525) sorted by relevance

12345678910>>...21

/openssl/crypto/bn/asm/
H A Dppc64-mont-fixed.pl42 my ($flavour, $output, $dir, $xlate);
46 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
54 open STDOUT,"| $^X $xlate $flavour \"$output\""
H A Dalpha-mont.pl25 $output=pop and open STDOUT,">$output";
/openssl/engines/asm/
H A De_padlock-x86_64.pl24 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
27 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
34 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""
/openssl/doc/man3/
H A DSMIME_write_CMS.pod38 be read twice: once to compute the signature in CMS_sign() and once to output
41 If streaming is performed the content is output in BER format using indefinite
H A DSMIME_write_PKCS7.pod40 and once to output the S/MIME message.
42 If streaming is performed the content is output in BER format using indefinite
H A DSSL_CTX_set_client_hello_cb.pod61 in the output parameters (if present).
78 appeared in the ClientHello. B<*num_exts> is an input/output parameter, used
79 as input to supply the size of storage allocated by the caller, and as output to
118 corresponding ClientHello fields. If zero is returned, the output pointer
H A DCMS_sign.pod85 output to which additional signers and capabilities can be added before
102 output.
104 The function CMS_sign() is a basic CMS signing function whose output will be
105 suitable for many purposes. For finer control of the output format the
H A DBIO_new_CMS.pod15 BIO_new_CMS() returns a streaming filter BIO chain based on B<cms>. The output
44 produce an output consisting of lots of OCTET STRING structures. Prepending
H A DOSSL_CMP_exec_certreq.pod104 via the output pointer argument (unless it is NULL).
148 NULL output means that no CA certificates were provided by the server.
156 When the I<newWithOld> and I<oldWithNew> output parameters are not NULL,
178 the certificate template received. NULL output means that no certificate
180 The optional I<keySpec> output parameter is assigned the key specification
216 and the output parameter I<checkAfter> has been used to
/openssl/doc/designs/quic-design/
H A Djson-encoder.md52 The zero-allocation, immediate-output design means that most API calls
53 correspond directly to immediately generated output; however there is some
/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl59 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
68 open OUT,"| \"$^X\" $xlate $flavour \"$output\""
72 $output and open STDOUT,">$output";
75 if ($output =~ /512/) {
H A Dsha512-armv4.pl62 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
71 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\""
74 $output and open STDOUT,">$output";
H A Dsha256-armv4.pl49 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
58 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\""
61 $output and open STDOUT,">$output";
/openssl/crypto/aes/asm/
H A Dvpaes-loongarch64.pl32 for (@ARGV) { $output=$_ if (/\w[\w\-]*\.\w+$/); }
33 open STDOUT,">$output";
34 while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
35 open STDOUT,">$output";
H A Daes-riscv64-zvbb-zvkg-zvkned.pl54 my $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
57 $output and open STDOUT,">$output";
/openssl/doc/man1/
H A Dopenssl-smime.pod.in76 to be encrypted. The output file is the encrypted mail in MIME format.
85 is written to the output file.
91 to the output file.
113 The message text that has been decrypted or verified or the output MIME
124 The output format of the PKCS#7 (S/MIME) structure (if one is being written);
139 data if the output format is B<SMIME> it is currently off by default for all
231 Normally the output file uses a single B<LF> as end of line. When this
298 headers and the output. Some mail programs will automatically add
418 The output from Netscape form signing is a PKCS#7 structure with the
H A Dopenssl-srp.pod.in50 Generate verbose output while processing.
89 The password source for the input and output file.
H A Dopenssl-passwd.pod.in81 Don't output warnings when passwords given at the command line are truncated.
85 In the output list, prepend the cleartext password and a TAB character
H A Dopenssl-gendsa.pod.in48 standard output is used.
52 The passphrase used for the output file.
H A Dopenssl-passphrase-options.pod17 and B<-passout> for input and output passwords respectively. These allow
55 line will be used for the output password.
/openssl/engines/
H A De_padlock.c695 static int padlock_rand_bytes(unsigned char *output, int count) in padlock_rand_bytes() argument
700 eax = padlock_xstore(output, 0); in padlock_rand_bytes()
710 output += 8; in padlock_rand_bytes()
724 *output++ = (unsigned char)buf; in padlock_rand_bytes()
/openssl/crypto/md5/asm/
H A Dmd5-loongarch64.pl21 my $output;
22 for (@ARGV) { $output=$_ if (/\w[\w\-]*\.\w+$/); }
23 open STDOUT,">$output";
/openssl/crypto/des/asm/
H A Dcrypt586.pl16 $output=pop and open STDOUT,">$output";
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl67 my $output = shift;
68 if ($flavour =~ /\./) { $output = $flavour; undef $flavour; }
70 open STDOUT,">$output" || die "can't open $output: $!"
71 if (defined($output));
73 my $gas=1; $gas=0 if ($output =~ /\.asm$/);
/openssl/providers/implementations/encode_decode/
H A Dbuild.info15 # currently only define a "blob" output type for EC public keys. This may

Completed in 55 milliseconds

12345678910>>...21