Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove SSE4 dependency in AES-192 key schedule, and also avoid requiring | lloyd | 2009-11-10 | 2 | -26/+25 |
* | Add AES-192 using AES-NI. Tested OK with Intel's simulator. | lloyd | 2009-11-10 | 2 | -7/+276 |
* | Add unrolled versions of AES-NI code that will handle 4 blocks in parallel. | lloyd | 2009-11-10 | 1 | -12/+176 |
* | Fix errors in the AES-256 key schedule for the AES-NI version. Now passes | lloyd | 2009-11-10 | 2 | -196/+169 |
* | Add AES-256 using AES-NI | lloyd | 2009-11-10 | 3 | -3/+243 |
* | Make the AES implementation using Intel's AES instruction extension official; | lloyd | 2009-11-10 | 2 | -7/+7 |
* | Clean up aes_128_key_expansion | lloyd | 2009-11-06 | 1 | -24/+18 |
* | Dename unused length field | lloyd | 2009-11-06 | 1 | -1/+1 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -1/+1 |
* | Add a complete but untested AES-128 using the AES-NI intrinsics. | lloyd | 2009-11-06 | 2 | -58/+139 |
* | Stub for AES class using Intel's AES-NI instructions and an engine for | lloyd | 2009-11-06 | 3 | -0/+145 |