aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_intel/aes_intel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Remove SSE4 dependency in AES-192 key schedule, and also avoid requiringlloyd2009-11-101-25/+24
* Add AES-192 using AES-NI. Tested OK with Intel's simulator.lloyd2009-11-101-7/+250
* 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-101-0/+373
* Add AES-256 using AES-NIlloyd2009-11-101-177/+0
* Make the AES implementation using Intel's AES instruction extension official;lloyd2009-11-101-5/+5
* Clean up aes_128_key_expansionlloyd2009-11-061-24/+18
* Dename unused length fieldlloyd2009-11-061-1/+1
* Add a complete but untested AES-128 using the AES-NI intrinsics.lloyd2009-11-061-13/+134
* Stub for AES class using Intel's AES-NI instructions and an engine forlloyd2009-11-061-0/+62