Lines Matching refs:I
13 [B<-evp> I<algo>]
14 [B<-hmac> I<algo>]
15 [B<-cmac> I<algo>]
18 [B<-multi> I<num>]
19 [B<-async_jobs> I<num>]
20 [B<-misalign> I<num>]
22 [B<-primes> I<num>]
23 [B<-seconds> I<num>]
24 [B<-bytes> I<num>]
28 [I<algorithm> ...]
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.
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>
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>
99 Run benchmarks for I<num> seconds.
101 =item B<-bytes> I<num>
103 Run benchmarks on I<num>-byte buffers. Affects ciphers, digests and the CSPRNG.
115 =item I<algorithm> ...
117 If any I<algorithm> is given, then those algorithms are tested, otherwise a
124 The I<algorithm> can be selected only from a pre-compiled subset of things