summaryrefslogtreecommitdiff
path: root/lib/crypto/aesni.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: crypto: Plumb in the Intel AES instructions.Jeremy Allison2017-09-071-0/+66
Causes: AES_set_encrypt_key() AES_set_decrypt_key() AES_encrypt() AES_decrypt() to probe for the Intel AES instructions at runtime (only once) and then call the hardware implementations if so, otherwise fall back to the software implementations. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13008 Based on original work by Justin Maggard <jmaggard@netgear.com> Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>