aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/cmac/cmac.h
Commit message (Collapse)AuthorAgeFilesLines
* Use mac_t and PRF and signer wrappers in cmac pluginTobias Brunner2012-06-251-45/+15
|
* Implemented AES-CMAC based PRF and signer.Tobias Brunner2012-04-031-0/+78
The cmac plugin implements AES-CMAC as defined in RFC 4493 and the signer and PRF based on it as defined in RFC 4494 and RFC 4615, respectively.