aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/aes_isa_eng
Commit message (Expand)AuthorAgeFilesLines
* Add AES-192 using AES-NI. Tested OK with Intel's simulator.lloyd2009-11-101-2/+0
* Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via,lloyd2009-11-101-2/+2
* Fix errors in the AES-256 key schedule for the AES-NI version. Now passeslloyd2009-11-101-1/+1
* Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-5/+5
* Add a complete but untested AES-128 using the AES-NI intrinsics.lloyd2009-11-061-10/+8
* Stub for AES class using Intel's AES-NI instructions and an engine forlloyd2009-11-063-0/+85