aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/signers/mac_signer.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-4/+4
|
* utils: Use memeq_const() for all cryptographic purposesMartin Willi2015-04-141-2/+1
|
* Add a return value to mac_t.set_key()Martin Willi2012-07-161-2/+1
|
* Add a return value to mac_t.get_bytes()Martin Willi2012-07-161-17/+16
|
* Add a return value to signer_t.set_key()Martin Willi2012-07-161-1/+2
|
* Add a return value to signer_t.get_signature()Martin Willi2012-07-161-1/+2
|
* Add a return value to signer_t.allocate_signature()Martin Willi2012-07-161-1/+2
|
* Make the hmac_t interface a generic interface for message authentication codesTobias Brunner2012-06-251-0/+138