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