aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/aes_isa_eng
Commit message (Expand)AuthorAgeFilesLines
* Add support in CPUID for detecting PCMULUDQ and MOVBE instructions.lloyd2010-07-271-1/+1
* Don't hide funcions in engine subclasses that are public in baselloyd2010-06-161-1/+1
* More Doxygen updates/fixeslloyd2010-06-151-0/+4
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Remove stubs for VIA Padlock support. I have no plans to implement itlloyd2010-01-051-17/+0
* Fix compile; aes engine header is internallloyd2010-01-041-1/+2
* Add missing BOTAN_DLL exports.lloyd2009-12-162-1/+9
* 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