summaryrefslogtreecommitdiffstats
path: root/crypto/hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* crypto: afalg: fix a NULL pointer dereferenceLongpeng2017-11-081-8/+5Star
* crypto: hash: add afalg-backend hash supportLongpeng(Mike)2017-07-191-0/+17
* crypto: hash: add hash driver frameworkLongpeng(Mike)2017-07-191-0/+13
* 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