Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/openssl-master/test/
A Dsha_test.c39 static const unsigned char output[SHA_DIGEST_LENGTH] = { in test_static_sha1() local
45 return test_static_sha_common("abc", SHA_DIGEST_LENGTH, output, &SHA1); in test_static_sha1()
50 static const unsigned char output[SHA224_DIGEST_LENGTH] = { in test_static_sha224() local
57 return test_static_sha_common("abc", SHA224_DIGEST_LENGTH, output, &SHA224); in test_static_sha224()
62 static const unsigned char output[SHA256_DIGEST_LENGTH] = { in test_static_sha256() local
69 return test_static_sha_common("abc", SHA256_DIGEST_LENGTH, output, &SHA256); in test_static_sha256()
74 static const unsigned char output[SHA384_DIGEST_LENGTH] = { in test_static_sha384() local
83 return test_static_sha_common("abc", SHA384_DIGEST_LENGTH, output, &SHA384); in test_static_sha384()
88 static const unsigned char output[SHA512_DIGEST_LENGTH] = { in test_static_sha512() local
99 return test_static_sha_common("abc", SHA512_DIGEST_LENGTH, output, &SHA512); in test_static_sha512()
A Dsiphash_internal_test.c261 unsigned char output[SIPHASH_MAX_DIGEST_SIZE]; in test_siphash_basic() local
268 && TEST_true(SipHash_Final(&siphash, output, 8)) in test_siphash_basic()
269 && TEST_int_eq(SipHash_Final(&siphash, output, 16), 0) in test_siphash_basic()
274 && TEST_int_eq(SipHash_Final(&siphash, output, 8), 0) in test_siphash_basic()
275 && TEST_true(SipHash_Final(&siphash, output, 16)) in test_siphash_basic()
280 && TEST_int_eq(SipHash_Final(&siphash, output, 8), 0) in test_siphash_basic()
281 && TEST_true(SipHash_Final(&siphash, output, 16)); in test_siphash_basic()
A Drc4test.c50 static unsigned char output[6][30] = { variable
72 return TEST_mem_eq(obuf, data_len[i] + 1, output[i], data_len[i] + 1); in test_rc4_encrypt()
83 if (!TEST_mem_eq(obuf, i, output[3], i)) in test_rc4_end_processing()
97 return TEST_mem_eq(obuf, data_len[3] + 1, output[3], data_len[3] + 1); in test_rc4_multi_call()
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2ms.c173 #define MAKE_MS_ENCODER(impl, output, type) \ argument
175 impl##2##output##_import_object; \
176 static OSSL_FUNC_encoder_free_object_fn impl##2##output##_free_object; \
177 static OSSL_FUNC_encoder_encode_fn impl##2##output##_encode; \
180 impl##2##output##_import_object(void *ctx, int selection, \
186 static void impl##2##output##_free_object(void *key) \
190 static int impl##2##output##_encode(void *vctx, OSSL_CORE_BIO *cout, \
202 return key2##output##_encode(vctx, key, selection, cout, type##_set1, \
205 const OSSL_DISPATCH ossl_##impl##_to_##output##_encoder_functions[] = { \
210 output##_set_params \
[all …]
A Dencode_key2any.c1129 DO_PRIVATE_KEY(impl, type, pki, output)
1182 #define DO_RSA(impl, type, output) DO_type_specific_keypair(impl, type, output) argument
1185 #define DO_DH(impl, type, output) DO_type_specific_params(impl, type, output) argument
1188 #define DO_DHX(impl, type, output) DO_type_specific_params(impl, type, output) argument
1191 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument
1194 #define DO_EC(impl, type, output) DO_type_specific_no_pub(impl, type, output) argument
1197 #define DO_SM2(impl, type, output) DO_type_specific_no_pub(impl, type, output) argument
1201 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument
1205 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument
1208 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument
[all …]
/openssl-master/doc/man3/
A DBIO_printf.pod6 - formatted output to a BIO
21 the output is sent to the specified BIO, I<bio>, rather than standard
22 output. All common format specifiers are supported.
25 the output is sent to the specified BIO, I<bio>, rather than standard
26 output. All common format specifiers are supported. The argument
31 specifies the size of the output buffer.
38 For BIO_snprintf() and BIO_vsnprintf() this includes when the output
44 terminate their output with C<'\0'>. This includes cases where -1 is
45 returned, such as when there is insufficient space to output the whole
A DOSSL_trace_set_channel.pod8 OSSL_trace_set_callback, OSSL_trace_cb - Enabling trace output
25 internal trace output.
26 This output comes in form of free text for humans to read.
28 The trace output is divided into categories which can be
48 tracing output.
50 the output.
75 error and otherwise return the number of bytes that were output.
88 prefix that should be output at the beginning of each line, or
94 regular BIO output routine.
117 More precisely, this will generate trace output any time a new
[all …]
A DEVP_EncodeInit.pod37 multiple of 3 then the output data will be padded at the end using the "="
48 is output plus an additional newline character (i.e. 65 bytes in total). The
49 final block (which may be less than 48 bytes) will output 4 bytes for every 3
52 will also be output.
57 B<in>. The output is stored in the buffer B<out> and the number of bytes output
60 blocks of data (48 bytes) will be immediately processed and output by this
63 required size of the output buffer add together the value of B<inl> with the
66 Ensure the output buffer contains 65 bytes of storage for each block, plus an
73 process any partial block of data remaining in the B<ctx> object. The output
123 by 4. For every 4 input bytes exactly 3 output bytes will be produced. The
[all …]
A DOSSL_ENCODER_CTX_new_for_pkey.pod43 L<OSSL_ENCODER_to_bio(3)>. I<output_type> determines the final output
45 should be included in the output. I<output_type> is further discussed in
86 The possible B<EVP_PKEY> output types depends on the available
89 OpenSSL has built in implementations for the following output types:
95 The output is a human readable description of the key.
97 L<EVP_PKEY_print_params(3)> use this for their output.
101 The output is the DER encoding of the I<selection> of the I<pkey>.
105 The output is the I<selection> of the I<pkey> in PEM format.
115 determine what makes sense to include in the output, and this may depend on
116 the desired output. For example, an EC key in a PKCS#8 structure doesn't
A DDES_random_key.pod33 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
35 void DES_ecb2_encrypt(const_DES_cblock *input, DES_cblock *output,
37 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
144 I<input>, into the output data, pointed to by the I<output> argument.
146 (cleartext) is encrypted in to the I<output> (ciphertext) using the
149 ciphertext) is decrypted into the I<output> (now cleartext). Input
150 and output may overlap. DES_ecb_encrypt() does not return a value.
202 routine will encrypt the input bytes to output and then update ivec
228 and the complete 8 bytes are placed in I<output>. This function is
236 I<output>.
[all …]
A DOSSL_trace_enabled.pod53 generate free text tracing output.
55 The tracing output is divided into types which are enabled
64 BIO object to which the application can write its trace output.
74 To produce trace output, it is necessary to obtain a pointer to the
76 to it using arbitrary BIO output routines, and finally releases the
78 calls surrounding the trace output create a group, which acts as a
79 critical section (guarded by a mutex) to ensure that the trace output
93 This BIO can only be used for output.
99 The result of trying to produce tracing output outside of such
161 printf-style trace output with n format field arguments (n=1,...,9).
[all …]
A DOSSL_ENCODER_CTX.pod75 encoder implementations, which means that the output from one encoder may be
80 The final output type must be given, and a chain of encoders must end with
81 an implementation that produces that output type.
109 OSSL_ENCODER_CTX_add_extra() finds encoders that further encodes output
113 OSSL_ENCODER_CTX_set_output_type() sets the ending output type. This must
116 OSSL_ENCODER_CTX_set_output_structure() sets the desired output structure.
118 Depending on the type of object being encoded, the output structure may
161 OSSL_ENCODER_INSTANCE_get_output_type() can be used to get the output type
165 OSSL_ENCODER_INSTANCE_get_output_structure() can be used to get the output
199 output type.
[all …]
/openssl-master/crypto/ec/
A Decp_nistp224.c553 output[2] += output[4] >> 16; in felem_reduce()
554 output[1] += (output[4] & 0xffff) << 40; in felem_reduce()
555 output[0] -= output[4]; in felem_reduce()
558 output[3] += output[2] >> 56; in felem_reduce()
561 output[4] = output[3] >> 56; in felem_reduce()
567 output[2] += output[4] >> 16; in felem_reduce()
569 output[1] += (output[4] & 0xffff) << 40; in felem_reduce()
570 output[0] -= output[4]; in felem_reduce()
573 output[1] += output[0] >> 56; in felem_reduce()
576 output[2] += output[1] >> 56; in felem_reduce()
[all …]
/openssl-master/include/openssl/
A Ddes.h78 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
82 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
89 void DES_cbc_encrypt(const unsigned char *input, unsigned char *output,
93 void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output,
97 void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output,
105 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
142 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
169 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
173 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
/openssl-master/crypto/sha/asm/
A Dsha512-ia64.pl79 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
81 if ($output =~ /512.*\.[s|asm]/) {
95 } elsif ($output =~ /256.*\.[s|asm]/) {
109 } else { die "nonsense $output"; }
111 $output and (open STDOUT,">$output" or die "can't open $output: $!");
123 .ident \"$output, version 2.0\"
/openssl-master/test/recipes/
A D79-test_http.t21 my @output = run(app($cmd), capture => 1);
22 $output[0] =~ s/\r\n/\n/g;
23 ok($output[0] =~ /^ACCEPT (0.0.0.0|\[::\]):(\d+?) PID=(\d+)$/
/openssl-master/doc/man1/
A Dopenssl-pkey.pod.in102 This specifies the output filename to save the encoded and/or text output of key
103 or standard output if this option is not specified.
110 The key output format; the default is B<PEM>.
117 Encryption is not supported for DER output.
121 The password source for the output file.
134 By default the private and public key is output;
135 this option restricts the output to the public components.
142 Do not output the key in encoded form.
148 This cannot be combined with encoded output in DER format.
153 This cannot be combined with encoded output in DER format.
[all …]
A Dopenssl-sess_id.pod.in42 The input and output formats; the default is PEM.
45 For B<NSS> output, the session ID and master key are reported in NSS "keylog"
55 This specifies the output filename to write session information to or standard
56 output if this option is not specified.
65 If a certificate is present in the session it will be output using this option,
70 This option prevents output of the encoded version of the session.
74 This option can set the session id so the output session information uses the
82 Typical output:
137 Since the SSL session output contains the master key it is
140 the information is being output by a "real" application. This is however
A Dopenssl-dsa.pod.in66 The key output format; the default is B<PEM>.
83 This specifies the output filename to write a key to or standard output by
85 prompted for. The output filename should B<not> be the same as the input
90 The password source for the input and output file.
102 These options can only be used with PEM format output files.
110 This option prevents output of the encoded version of the key.
123 By default, a private key is output. With this option a public
124 key will be output instead. This option is automatically set if the input is
165 To print out the components of a private key to standard output:
169 To just output the public part of a private key:
A Dopenssl-crl2pkcs7.pod.in41 The output format of the PKCS#7 object; the default is B<PEM>.
51 Specifies the output filename to write the PKCS#7 structure to or standard
52 output by default.
63 Normally a CRL is included in the output file. With this option no CRL is
64 included in the output file and a CRL is not read from the input file.
84 The output file is a PKCS#7 signed data structure containing no signers and
88 the certificate enrollment process. This involves sending the DER encoded output
A Dopenssl-ec.pod.in59 The key output format; the default is B<PEM>.
73 This specifies the output filename to write a key to or standard output by
75 prompted for. The output filename should B<not> be the same as the input
80 The password source for the input and output file.
93 These options can only be used with PEM format output files.
101 This option prevents output of the encoded version of the key.
114 By default a private key is output. With this option a public
115 key will be output instead. This option is automatically set if the input is
140 This option omits the public key components from the private key output.
168 To print out the components of a private key to standard output:
[all …]
A Dopenssl-rsa.pod.in68 The key output format; the default is B<PEM>.
84 The password source for the input and output file.
90 This specifies the output filename to write a key to or standard output if this
92 will be prompted for. The output filename should B<not> be the same as the input
103 These options can only be used with PEM format output files.
112 This option prevents output of the encoded version of the key.
129 By default a private key is output: with this option a public
130 key will be output instead. This option is automatically set if
177 To print out the components of a private key to standard output:
181 To just output the public part of a private key:
/openssl-master/crypto/
A Dc64xpluscpuid.pl9 while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
10 open STDOUT,">$output";
/openssl-master/crypto/bn/asm/
A Dia64-mont.pl71 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
859 open STDOUT,">$output" if $output;
/openssl-master/apps/
A Dtsget.in160 my $output = defined($options{o}) ? $options{o} : $path . $output_base;
187 if ($output eq "-") {
192 open OUTPUT, ">", $output
193 or warn("$output: could not open output file: $!\n"), next REQUEST;
196 or warn("$output: could not close output file: $!\n"), next REQUEST;
198 STDERR->printflush(", $output written.\n") if $options{v};

Completed in 35 milliseconds

12345678910>>...18