summaryrefslogtreecommitdiff
path: root/crypto/hmac-gcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-1/+1
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)1-34/+17
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)1-10/+25
2016-12-22crypto: support HMAC algorithms based on libgcryptLongpeng(Mike)1-2/+109
2016-12-22crypto: add HMAC algorithms frameworkLongpeng(Mike)1-0/+45