Skip to content

Instantly share code, notes, and snippets.

@sjjohansen
Created September 29, 2015 19:55
Show Gist options
  • Save sjjohansen/2346e439f4e521d8998b to your computer and use it in GitHub Desktop.
Save sjjohansen/2346e439f4e521d8998b to your computer and use it in GitHub Desktop.
Test AES-NI with Openssl
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