aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/aesni
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-245-8/+8
* aesni: Fix doxygen groupsMartin Willi2015-04-151-2/+2
* aesni: Avoid loading AES/GHASH round keys into local variablesMartin Willi2015-04-156-1568/+1244
* aesni: Align all class instances to 16 byte boundariesMartin Willi2015-04-157-14/+14
* aesni: Calculate GHASH for 4 blocks of associated data in parallelMartin Willi2015-04-151-2/+18
* aesni: Calculate GHASH for 4 blocks of encryption data in parallelMartin Willi2015-04-151-40/+180
* aesni: Use 4-way parallel en/decryption in GCMMartin Willi2015-04-151-132/+635
* aesni: Use dedicated key size specific en-/decryption functions in GCMMartin Willi2015-04-151-24/+353
* aesni: Add a GCM AEAD based on the AES-NI key scheduleMartin Willi2015-04-154-1/+627
* aesni: Implement CMAC mode to provide a signer/prfMartin Willi2015-04-154-0/+441
* aesni: Implement XCBC mode to provide a signer/prfMartin Willi2015-04-154-0/+436
* aesni: Partially use separate code paths for different key sizes in CCMMartin Willi2015-04-151-33/+438
* aesni: Add a CCM AEAD reusing the key scheduleMartin Willi2015-04-154-0/+645
* aesni: Use 4-way parallel AES-NI instructions for CTR en/decryptionMartin Willi2015-04-151-115/+354
* aesni: Use dedicated round count specific encryption functions in CTR modeMartin Willi2015-04-151-23/+243
* aesni: Implement a AES-NI based CTR crypter using the key scheduleMartin Willi2015-04-154-0/+278
* aesni: Use 4-way parallel AES-NI instructions for CBC decryptionMartin Willi2015-04-151-66/+314
* aesni: Use separate en-/decryption CBC code paths for different key sizesMartin Willi2015-04-151-22/+290
* aesni: Implement a AES-NI based CBC crypter using the key scheduleMartin Willi2015-04-154-0/+293
* aesni: Implement 256-bit key scheduleMartin Willi2015-04-151-0/+77
* aesni: Implement 192-bit key scheduleMartin Willi2015-04-151-0/+81
* aesni: Implement 128-bit key scheduleMartin Willi2015-04-151-0/+45
* aesni: Add a common key schedule class for AESMartin Willi2015-04-153-0/+165
* aesni: Provide a plugin stub for AES-NI instruction based crypto primitivesMartin Willi2015-04-153-0/+141