summaryrefslogtreecommitdiffstats
path: root/crypto/hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange2016-07-041-0/+4
* crypto: switch hash code to use nettle/gcrypt directlyDaniel P. Berrange2016-07-041-105/+0Star
* crypto: assert that qcrypto_hash_digest_len is in rangePaolo Bonzini2016-06-131-3/+1Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* crypto: ensure qcrypto_hash_digest_len is always definedDaniel P. Berrange2016-02-021-13/+17
* crypto: Clean up includesPeter Maydell2016-01-291-0/+1
* crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange2015-12-231-2/+2
* crypto: add ability to query hash digest lenDaniel P. Berrange2015-12-231-0/+15
* crypto: introduce new module for computing hash digestsDaniel P. Berrange2015-07-071-0/+200