summaryrefslogtreecommitdiffstats
path: root/crypto/hmac-nettle.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: drop back compatibility typedefs for nettleDaniel P. Berrangé2021-06-021-5/+3Star
* crypto: bump min nettle to 3.4, dropping RHEL-7 supportDaniel P. Berrangé2021-06-021-4/+0Star
* crypto: fix function signatures for nettle 2.7 vs 3Daniel P. Berrangé2019-07-191-4/+13
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-1/+1
* crypto: hmac: add hmac driver frameworkLongpeng(Mike)2017-07-191-35/+17Star
* crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backendLongpeng(Mike)2017-07-191-10/+24
* crypto: support HMAC algorithms based on nettleLongpeng(Mike)2016-12-221-3/+133
* crypto: add HMAC algorithms frameworkLongpeng(Mike)2016-12-221-0/+45