summaryrefslogtreecommitdiffstats
path: root/tests/test-crypto-block.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy2018-12-121-0/+3
* crypto: require nettle >= 2.7.1 for building QEMUDaniel P. Berrangé2018-10-191-1/+1
* crypto: require libgcrypt >= 1.5.0 for building QEMUDaniel P. Berrangé2018-10-191-1/+1
* tests: Run the luks tests in test-crypto-block only if encryption is availableThomas Huth2017-11-081-1/+2
* block: pass option prefix down to crypto layerDaniel P. Berrange2017-07-111-4/+4
* crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange2017-05-091-3/+3
* crypto: Make errp the last parameter of functionsFam Zheng2017-04-241-6/+6
* tests: No longer dependent on CONFIG_UUIDFam Zheng2016-09-231-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* crypto: implement the LUKS block encryption formatDaniel P. Berrange2016-03-171-2/+125
* crypto: add block encryption frameworkDaniel P. Berrange2016-03-171-0/+239