aboutsummaryrefslogtreecommitdiff
path: root/crypto/hash.c
AgeCommit message (Expand)Author
2024-11-05crypto: Introduce SM3 hash hmac pbkdf algorithmliequan che
2024-10-10crypto/hash: Implement and use new hash APIAlejandro Zeise
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-09crypto: Define macros for hash algorithm digest lengthsDorjoy Chowdhury
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-11-08crypto: afalg: fix a NULL pointer dereferenceLongpeng
2017-07-19crypto: hash: add afalg-backend hash supportLongpeng(Mike)
2017-07-19crypto: hash: add hash driver frameworkLongpeng(Mike)
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
2016-06-13crypto: assert that qcrypto_hash_digest_len is in rangePaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-02crypto: ensure qcrypto_hash_digest_len is always definedDaniel P. Berrange
2016-01-29crypto: Clean up includesPeter Maydell
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange