Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AES-192 using AES-NI. Tested OK with Intel's simulator. | lloyd | 2009-11-10 | 1 | -2/+0 |
* | Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via, | lloyd | 2009-11-10 | 1 | -2/+2 |
* | Fix errors in the AES-256 key schedule for the AES-NI version. Now passes | lloyd | 2009-11-10 | 1 | -1/+1 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -5/+5 |
* | Add a complete but untested AES-128 using the AES-NI intrinsics. | lloyd | 2009-11-06 | 1 | -10/+8 |
* | Stub for AES class using Intel's AES-NI instructions and an engine for | lloyd | 2009-11-06 | 3 | -0/+85 |