summaryrefslogtreecommitdiff
path: root/tests/test-crypto-block.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-08tests: Run the luks tests in test-crypto-block only if encryption is availableThomas Huth1-1/+2
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange1-4/+4
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange1-3/+3
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng1-6/+6
2016-09-23tests: No longer dependent on CONFIG_UUIDFam Zheng1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange1-2/+125
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange1-0/+239