aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/ccm/ccm_aead.c
Commit message (Expand)AuthorAgeFilesLines
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-2/+1
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-30/+35
* 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
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* Implemented a ccm plugin providing CCM mode based on CBC cryptersMartin Willi2010-08-191-0/+397