aboutsummaryrefslogtreecommitdiff
path: root/crypto/hmac-gcrypt.c
AgeCommit message (Expand)Author
2024-11-05crypto: perform runtime check for hash/hmac support in gcryptDaniel P. Berrangé
2024-11-05crypto: Introduce SM3 hash hmac pbkdf algorithmliequan che
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)
2016-12-22crypto: support HMAC algorithms based on libgcryptLongpeng(Mike)
2016-12-22crypto: add HMAC algorithms frameworkLongpeng(Mike)