summary refs log tree commit diff stats
path: root/include/crypto/hash.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/crypto: clarify @result/@result_len for hash/hmac APIsDaniel P. Berrangé2024-10-221-12/+35
* crypto: accumulative hashing APIAlejandro Zeise2024-10-101-0/+119
* qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster2024-09-101-9/+9
* crypto: Define macros for hash algorithm digest lengthsDorjoy Chowdhury2024-09-091-0/+8
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster2016-03-221-1/+1
* include: Clean up includesPeter Maydell2016-02-231-1/+0
* crypto: fix description of @errp parameter initializationDaniel P. Berrange2016-02-011-6/+6
* crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange2015-12-231-8/+1
* crypto: add ability to query hash digest lenDaniel P. Berrange2015-12-231-0/+11
* crypto: introduce new module for computing hash digestsDaniel P. Berrange2015-07-071-0/+189