aboutsummaryrefslogtreecommitdiff
path: root/crypto/hash-gcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-22crypto/hash: avoid overwriting user supplied result pointerDaniel P. Berrangé1-3/+12
2024-10-10crypto/hash-gcrypt: Remove old hash API functionsAlejandro Zeise1-67/+0
2024-10-10crypto/hash-gcrypt: Implement new hash APIAlejandro Zeise1-0/+79
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster1-10/+10
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth1-1/+1
2017-07-19crypto: hash: add hash driver frameworkLongpeng(Mike)1-6/+13
2016-07-21crypto: don't open-code qcrypto_hash_supportsDaniel P. Berrange1-2/+1
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-07-04crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange1-0/+4
2016-07-04crypto: switch hash code to use nettle/gcrypt directlyDaniel P. Berrange1-0/+106