Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aesni: Avoid loading AES/GHASH round keys into local variables | Martin Willi | 2015-04-15 | 1 | -348/+264 |
* | aesni: Align all class instances to 16 byte boundaries | Martin Willi | 2015-04-15 | 1 | -2/+2 |
* | aesni: Use 4-way parallel AES-NI instructions for CBC decryption | Martin Willi | 2015-04-15 | 1 | -66/+314 |
* | aesni: Use separate en-/decryption CBC code paths for different key sizes | Martin Willi | 2015-04-15 | 1 | -22/+290 |
* | aesni: Implement a AES-NI based CBC crypter using the key schedule | Martin Willi | 2015-04-15 | 1 | -0/+239 |