aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/aead.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-7/+2
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-2/+1
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-3/+7
* Add a return value to signer_t.set_key()Martin Willi2012-07-161-1/+4
* Add a return value to signer_t.get_signature()Martin Willi2012-07-161-5/+15
* Add a return value to signer_t.allocate_signature()Martin Willi2012-07-161-1/+4
* Add a return value to aead_t.set_key()Martin Willi2012-07-161-1/+3
* Add a return value to aead_t.encrypt()Martin Willi2012-07-161-1/+2
* Implemented an AEAD wrapper for traditional crypter/signer transformsMartin Willi2010-08-191-0/+162