summaryrefslogtreecommitdiffstats
path: root/crypto/block.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Make block callbacks return 0 on successAlberto Faria2022-07-121-3/+3
* qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky2020-07-061-0/+29
* luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi2020-03-111-0/+36
* crypto: use auto cleanup for many stack variablesDaniel P. Berrangé2019-08-221-10/+5Star
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy2018-12-121-19/+127
* crypto/block: introduce qcrypto_block_*crypt_helper functionsVladimir Sementsov-Ogievskiy2018-12-121-0/+28
* crypto/block: rename qcrypto_block_*crypt_helperVladimir Sementsov-Ogievskiy2018-12-121-34/+36
* crypto/block: refactor qcrypto_block_*crypt_helper functionsVladimir Sementsov-Ogievskiy2018-12-121-50/+31Star
* crypto: use local path for local headersMichael S. Tsirkin2018-06-011-3/+3
* block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange2017-10-061-6/+14
* crypto: expose encryption sector size in APIsDaniel P. Berrange2017-10-061-0/+6
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-2/+2
* block: pass option prefix down to crypto layerDaniel P. Berrange2017-07-111-2/+4
* crypto: report enum strings instead of values in errorsDaniel P. Berrange2016-09-121-2/+4
* crypto: add support for querying parameters for block encryptionDaniel P. Berrange2016-07-261-0/+17
* 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-0/+2
* crypto: add block encryption frameworkDaniel P. Berrange2016-03-171-0/+258