aboutsummaryrefslogtreecommitdiff
path: root/crypto/hash.c
AgeCommit message (Expand)Author
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