summaryrefslogtreecommitdiff
path: root/crypto/hash.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-11-08crypto: afalg: fix a NULL pointer dereferenceLongpeng1-8/+5
2017-07-19crypto: hash: add afalg-backend hash supportLongpeng(Mike)1-0/+17
2017-07-19crypto: hash: add hash driver frameworkLongpeng(Mike)1-0/+13
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-105/+0
2016-06-13crypto: assert that qcrypto_hash_digest_len is in rangePaolo Bonzini1-3/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-02crypto: ensure qcrypto_hash_digest_len is always definedDaniel P. Berrange1-13/+17
2016-01-29crypto: Clean up includesPeter Maydell1-0/+1
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange1-2/+2
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange1-0/+15
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange1-0/+200