aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/cmac
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-8/+8
* cmac: Reset state before doing set_key()Martin Willi2015-03-271-0/+3
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* 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-9/+28
* Add a return value to mac_t.set_key()Martin Willi2012-07-161-3/+8
* Add a return value to mac_t.get_bytes()Martin Willi2012-07-161-1/+2
* Use mac_t and PRF and signer wrappers in cmac pluginTobias Brunner2012-06-258-443/+82
* Implemented AES-CMAC based PRF and signer.Tobias Brunner2012-04-039-0/+915