aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_intel
Commit message (Expand)AuthorAgeFilesLines
* Remove SSE4 dependency in AES-192 key schedule, and also avoid requiringlloyd2009-11-102-26/+25
* Add AES-192 using AES-NI. Tested OK with Intel's simulator.lloyd2009-11-102-7/+276
* Add unrolled versions of AES-NI code that will handle 4 blocks in parallel.lloyd2009-11-101-12/+176
* Fix errors in the AES-256 key schedule for the AES-NI version. Now passeslloyd2009-11-102-196/+169
* Add AES-256 using AES-NIlloyd2009-11-103-3/+243
* Make the AES implementation using Intel's AES instruction extension official;lloyd2009-11-102-7/+7
* Clean up aes_128_key_expansionlloyd2009-11-061-24/+18
* Dename unused length fieldlloyd2009-11-061-1/+1
* Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-1/+1
* Add a complete but untested AES-128 using the AES-NI intrinsics.lloyd2009-11-062-58/+139
* Stub for AES class using Intel's AES-NI instructions and an engine forlloyd2009-11-063-0/+145