summaryrefslogtreecommitdiffstats
path: root/crypto/hmac-gcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-1/+1
* crypto: hmac: add hmac driver frameworkLongpeng(Mike)2017-07-191-34/+17Star
* crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)2017-07-191-10/+25
* crypto: support HMAC algorithms based on libgcryptLongpeng(Mike)2016-12-221-2/+109
* crypto: add HMAC algorithms frameworkLongpeng(Mike)2016-12-221-0/+45