Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aesni: Add a GCM AEAD based on the AES-NI key schedule | Martin Willi | 2015-04-15 | 1 | -1/+12 |
* | aesni: Implement CMAC mode to provide a signer/prf | Martin Willi | 2015-04-15 | 1 | -0/+5 |
* | aesni: Implement XCBC mode to provide a signer/prf | Martin Willi | 2015-04-15 | 1 | -0/+5 |
* | aesni: Add a CCM AEAD reusing the key schedule | Martin Willi | 2015-04-15 | 1 | -0/+11 |
* | aesni: Implement a AES-NI based CTR crypter using the key schedule | Martin Willi | 2015-04-15 | 1 | -0/+5 |
* | aesni: Implement a AES-NI based CBC crypter using the key schedule | Martin Willi | 2015-04-15 | 1 | -0/+5 |
* | aesni: Provide a plugin stub for AES-NI instruction based crypto primitives | Martin Willi | 2015-04-15 | 1 | -0/+83 |