aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/aead.c
Commit message (Collapse)AuthorAgeFilesLines
* aead: Create AEAD using traditional transforms with an explicit IV generatorMartin Willi2015-04-131-2/+2
| | | | | | Real AEADs directly provide a suitable IV generator, but traditional crypters do not. For some (stream) ciphers, we should use sequential IVs, for which we pass an appropriate generator to the AEAD wrapper.
* iv_gen: aead_t implementations provide an IV generatorTobias Brunner2013-10-111-1/+19
|
* 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