xref: /minix3/crypto/external/bsd/openssl/dist/doc/apps/speed.pod (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambuc=pod
2*ebfedea0SLionel Sambuc
3*ebfedea0SLionel Sambuc=head1 NAME
4*ebfedea0SLionel Sambuc
5*ebfedea0SLionel Sambucspeed - test library performance
6*ebfedea0SLionel Sambuc
7*ebfedea0SLionel Sambuc=head1 SYNOPSIS
8*ebfedea0SLionel Sambuc
9*ebfedea0SLionel SambucB<openssl speed>
10*ebfedea0SLionel Sambuc[B<-engine id>]
11*ebfedea0SLionel Sambuc[B<md2>]
12*ebfedea0SLionel Sambuc[B<mdc2>]
13*ebfedea0SLionel Sambuc[B<md5>]
14*ebfedea0SLionel Sambuc[B<hmac>]
15*ebfedea0SLionel Sambuc[B<sha1>]
16*ebfedea0SLionel Sambuc[B<rmd160>]
17*ebfedea0SLionel Sambuc[B<idea-cbc>]
18*ebfedea0SLionel Sambuc[B<rc2-cbc>]
19*ebfedea0SLionel Sambuc[B<rc5-cbc>]
20*ebfedea0SLionel Sambuc[B<bf-cbc>]
21*ebfedea0SLionel Sambuc[B<des-cbc>]
22*ebfedea0SLionel Sambuc[B<des-ede3>]
23*ebfedea0SLionel Sambuc[B<rc4>]
24*ebfedea0SLionel Sambuc[B<rsa512>]
25*ebfedea0SLionel Sambuc[B<rsa1024>]
26*ebfedea0SLionel Sambuc[B<rsa2048>]
27*ebfedea0SLionel Sambuc[B<rsa4096>]
28*ebfedea0SLionel Sambuc[B<dsa512>]
29*ebfedea0SLionel Sambuc[B<dsa1024>]
30*ebfedea0SLionel Sambuc[B<dsa2048>]
31*ebfedea0SLionel Sambuc[B<idea>]
32*ebfedea0SLionel Sambuc[B<rc2>]
33*ebfedea0SLionel Sambuc[B<des>]
34*ebfedea0SLionel Sambuc[B<rsa>]
35*ebfedea0SLionel Sambuc[B<blowfish>]
36*ebfedea0SLionel Sambuc
37*ebfedea0SLionel Sambuc=head1 DESCRIPTION
38*ebfedea0SLionel Sambuc
39*ebfedea0SLionel SambucThis command is used to test the performance of cryptographic algorithms.
40*ebfedea0SLionel Sambuc
41*ebfedea0SLionel Sambuc=head1 OPTIONS
42*ebfedea0SLionel Sambuc
43*ebfedea0SLionel Sambuc=over 4
44*ebfedea0SLionel Sambuc
45*ebfedea0SLionel Sambuc=item B<-engine id>
46*ebfedea0SLionel Sambuc
47*ebfedea0SLionel Sambucspecifying an engine (by its unique B<id> string) will cause B<speed>
48*ebfedea0SLionel Sambucto attempt to obtain a functional reference to the specified engine,
49*ebfedea0SLionel Sambucthus initialising it if needed. The engine will then be set as the default
50*ebfedea0SLionel Sambucfor all available algorithms.
51*ebfedea0SLionel Sambuc
52*ebfedea0SLionel Sambuc=item B<[zero or more test algorithms]>
53*ebfedea0SLionel Sambuc
54*ebfedea0SLionel SambucIf any options are given, B<speed> tests those algorithms, otherwise all of
55*ebfedea0SLionel Sambucthe above are tested.
56*ebfedea0SLionel Sambuc
57*ebfedea0SLionel Sambuc=back
58*ebfedea0SLionel Sambuc
59*ebfedea0SLionel Sambuc=cut
60