1SPEED(1) OpenSSL SPEED(1)
2
3
4
6 speed - test library performance
7
9 openssl speed [-engine id] [-elapsed] [-evp algo] [-decrypt] [md2]
10 [mdc2] [md5] [hmac] [sha1] [rmd160] [idea-cbc] [rc2-cbc] [rc5-cbc] [bf-
11 cbc] [des-cbc] [des-ede3] [rc4] [rsa512] [rsa1024] [rsa2048] [rsa4096]
12 [dsa512] [dsa1024] [dsa2048] [idea] [rc2] [des] [rsa] [blowfish]
13
15 This command is used to test the performance of cryptographic
16 algorithms.
17
19 -engine id
20 specifying an engine (by its unique id string) will cause speed to
21 attempt to obtain a functional reference to the specified engine,
22 thus initialising it if needed. The engine will then be set as the
23 default for all available algorithms.
24
25 -elapsed
26 Measure time in real time instead of CPU time. It can be useful
27 when testing speed of hardware engines.
28
29 -evp algo
30 Use the specified cipher or message digest algorithm via the EVP
31 interface.
32
33 -decrypt
34 Time the decryption instead of encryption. Affects only the EVP
35 testing.
36
37 [zero or more test algorithms]
38 If any options are given, speed tests those algorithms, otherwise
39 all of the above are tested.
40
41
42
431.0.2k 2019-03-12 SPEED(1)