aboutsummaryrefslogtreecommitdiff
path: root/crypto/hash-gcrypt.c
AgeCommit message (Expand)Author
2024-11-05crypto: perform runtime check for hash/hmac support in gcryptDaniel P. Berrangé
2024-11-05crypto: fix error check on gcry_md_openDaniel P. Berrangé
2024-11-05crypto: Introduce SM3 hash hmac pbkdf algorithmliequan che
2024-10-22crypto/hash: avoid overwriting user supplied result pointerDaniel P. Berrangé
2024-10-10crypto/hash-gcrypt: Remove old hash API functionsAlejandro Zeise
2024-10-10crypto/hash-gcrypt: Implement new hash APIAlejandro Zeise
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth
2017-07-19crypto: hash: add hash driver frameworkLongpeng(Mike)
2016-07-21crypto: don't open-code qcrypto_hash_supportsDaniel P. Berrange
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-04crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange
2016-07-04crypto: switch hash code to use nettle/gcrypt directlyDaniel P. Berrange