On 2010-02-18, Liam Farr <[email protected]> wrote: > I have a AMD Geode LX800 based system (PC Engines ALIX 2C3) and > am trying to use a HIFN 7955 (Soekris VPN1411) crypto card to improve > OpenSSL performance (for SFTP and OpenVPN).
You could compare your current results with those after setting sysctl kern.usercrypto=0 - e.g. openssl speed -evp aes128 -elapsed If the accelerator is working for the cipher you're testing, you will most likely see some gains on the larger block sizes, and probably a slow-down on smaller block sizes.

