aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/block.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-10crypto/block: drop qcrypto_block_open() n_threads argumentStefan Hajnoczi1-2/+0
2024-02-09crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang1-0/+11
2024-02-09crypto: Support LUKS volume with detached headerHyman Huang1-0/+5
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria1-16/+16
2020-09-03qapi: enable use of g_autoptr with QAPI typesDaniel P. Berrangé1-2/+0
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky1-0/+22
2020-03-11luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi1-0/+22
2019-08-22crypto: define cleanup functions for use with g_autoptrDaniel P. Berrangé1-0/+2
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth1-1/+1
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy1-0/+2
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange1-6/+8
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange1-0/+15
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange1-1/+5
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-07-26crypto: add support for querying parameters for block encryptionDaniel P. Berrange1-0/+16
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange1-0/+232