Lines Matching +full:multi +full:- +full:bit
2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
6 openssl-speed - test library performance
11 [B<-help>]
12 [B<-elapsed>]
13 [B<-evp> I<algo>]
14 [B<-hmac> I<algo>]
15 [B<-cmac> I<algo>]
16 [B<-mb>]
17 [B<-aead>]
18 [B<-multi> I<num>]
19 [B<-async_jobs> I<num>]
20 [B<-misalign> I<num>]
21 [B<-decrypt>]
22 [B<-primes> I<num>]
23 [B<-seconds> I<num>]
24 [B<-bytes> I<num>]
25 [B<-mr>]
26 {- $OpenSSL::safe::opt_r_synopsis -}
27 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -}
38 =item B<-help>
42 =item B<-elapsed>
44 When calculating operations- or bytes-per-second, use wall-clock time
48 =item B<-evp> I<algo>
51 If I<algo> is an AEAD cipher, then you can pass B<-aead> to benchmark a
52 TLS-like sequence. And if I<algo> is a multi-buffer capable cipher, e.g.
53 aes-128-cbc-hmac-sha1, then B<-mb> will time multi-buffer operation.
56 C<openssl list -digest-algorithms> or C<openssl list -cipher-algorithms>
59 =item B<-multi> I<num>
63 =item B<-async_jobs> I<num>
67 =item B<-misalign> I<num>
71 =item B<-hmac> I<digest>
75 =item B<-cmac> I<cipher>
78 C<openssl speed -cmac aes128>.
80 =item B<-decrypt>
84 =item B<-mb>
86 Enable multi-block mode on EVP-named cipher.
88 =item B<-aead>
90 Benchmark EVP-named AEAD cipher in TLS-like sequence.
92 =item B<-primes> I<num>
94 Generate a I<num>-prime RSA key and use it to run the benchmarks. This option
97 =item B<-seconds> I<num>
101 =item B<-bytes> I<num>
103 Run benchmarks on I<num>-byte buffers. Affects ciphers, digests and the CSPRNG.
104 The limit on the size of the buffer is INT_MAX - 64 bytes, which for a 32-bit
107 =item B<-mr>
109 Produce the summary in a mechanical, machine-readable, format.
111 {- $OpenSSL::safe::opt_r_item -}
113 {- $OpenSSL::safe::opt_engine_item -}
115 {- $OpenSSL::safe::opt_provider_item -}
120 pre-compiled grand selection is tested.
126 The I<algorithm> can be selected only from a pre-compiled subset of things
128 or cipher algorithm supported by OpenSSL use the C<-evp> option.
135 The B<-engine> option was deprecated in OpenSSL 3.0.
139 Copyright 2000-2022 The OpenSSL Project Authors. All Rights Reserved.