Created
September 29, 2015 19:55
-
-
Save sjjohansen/2346e439f4e521d8998b to your computer and use it in GitHub Desktop.
Test AES-NI with Openssl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /proc/cpuinfo | grep aes | |
openssl speed aes-128-cbc | |
openssl speed -evp aes-128-cbc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment