aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcm/gcm_aead.c
Commit message (Collapse)AuthorAgeFilesLines
* iv_gen: aead_t implementations provide an IV generatorTobias Brunner2013-10-111-0/+15
|
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-2/+2
|
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-32/+29
|
* Add a return value to aead_t.set_key()Martin Willi2012-07-161-1/+2
|
* Add a return value to aead_t.encrypt()Martin Willi2012-07-161-1/+2
|
* Fall back to shifting with 32-bit words if 64-bit byte order conversion ↵Martin Willi2010-08-231-10/+12
| | | | function missing
* Improve GCM performance by factor 2-3 by shifting full 32/64 bit wordsMartin Willi2010-08-191-5/+25
|
* Implemented a gcm plugin providing GCM mode based on CBC cryptersMartin Willi2010-08-191-0/+403