Home
last modified time | relevance | path

Searched refs:output (Results 201 – 225 of 525) sorted by relevance

12345678910>>...21

/openssl/Configurations/
H A Dcommon0.tmpl29 # Avoid strange output
/openssl/doc/man3/
H A DPEM_write_bio_CMS_stream.pod5 PEM_write_bio_CMS_stream - output CMS_ContentInfo structure in PEM format
H A DPEM_write_bio_PKCS7_stream.pod5 PEM_write_bio_PKCS7_stream - output PKCS7 structure in PEM format
H A Di2d_CMS_bio_stream.pod5 i2d_CMS_bio_stream - output CMS_ContentInfo structure in BER format
H A Di2d_PKCS7_bio_stream.pod5 i2d_PKCS7_bio_stream - output PKCS7 structure in BER format
H A DPKCS12_PBE_keyivgen.pod45 The input is from I<in> of length I<inlen> and output is into a malloc'd buffer
83 output or NULL if an error occurred.
H A DCMAC_CTX.pod47 =item L<EVP_MAC_final(3)> to finalize the MAC and retrieve the output.
79 MAC value. The output is stored in the provided buffer, and the length is
H A DEVP_sm3.pod16 SM3 is a cryptographic hash function with a 256-bit output, defined in GB/T
/openssl/crypto/ec/curve448/
H A Dcurve448.c616 static void prepare_wnaf_table(pniels_t *output, in prepare_wnaf_table() argument
624 pt_to_pniels(output[0], working); in prepare_wnaf_table()
632 add_pniels_to_pt(tmp, output[0], 0); in prepare_wnaf_table()
633 pt_to_pniels(output[1], tmp); in prepare_wnaf_table()
637 pt_to_pniels(output[i], tmp); in prepare_wnaf_table()
/openssl/crypto/sha/asm/
H A Dsha1-mips.pl58 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
84 $output and open STDOUT,">$output";
H A Dkeccak1600-s390x.pl35 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
46 $output and open STDOUT,">$output";
H A Dkeccak1600-avx2.pl480 $output=pop and open STDOUT,">$output";
H A Dsha1-alpha.pl327 $output=pop and open STDOUT,">$output";
H A Dsha1-armv8.pl38 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
46 open OUT,"| \"$^X\" $xlate $flavour \"$output\""
/openssl/doc/man7/
H A Dlife_cycle-rand.pod22 generate any output.
27 output.
32 capable of generating output.
H A DRAND.pod34 In this case the CSPRNG enters an error state and ceases to provide output,
43 values is that none of its output should be visible to an attacker (e.g.,
/openssl/crypto/chacha/asm/
H A Dchacha-riscv64-v-zbb.pl55 my $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
61 $output and open STDOUT, ">$output";
/openssl/crypto/bn/asm/
H A Drsaz-2k-avx512.pl31 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
34 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
65 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""
H A Dx86-gf2m.pl46 $output = pop and open STDOUT,">$output";
/openssl/crypto/cast/asm/
H A Dcast-586.pl21 $output=pop and open STDOUT,">$output";
/openssl/doc/internal/man3/
H A Dossl_rand_get_entropy.pod60 included, in an unspecified manner, as part of the output.
61 The output is stored in a buffer which contains at least I<min_len> and at
/openssl/doc/designs/quic-design/
H A Dqlog.md32 The output format is always the JSON-SEQ qlog variant. This has the advantage
33 that each event simply involves concatenating another record to an output log
/openssl/crypto/
H A Dx86cpuid.pl13 $output = pop and open STDOUT,">$output";
/openssl/crypto/des/
H A Ddes_enc.c200 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, in DES_ede3_cbc_encrypt() argument
214 out = output; in DES_ede3_cbc_encrypt()
/openssl/
H A DSUPPORT.md43 - OpenSSL version: output of `openssl version -a`
44 - Configuration data: output of `perl configdata.pm --dump`

Completed in 55 milliseconds

12345678910>>...21