summaryrefslogtreecommitdiffstats
path: root/crypto/block-luks.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Switch to QEMU UUID APIFam Zheng2016-09-231-19/+7Star
* crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange2016-09-191-1/+1
* crypto: remove bogus /= 2 for pbkdf iterationsDaniel P. Berrange2016-09-191-4/+0Star
* crypto: use correct derived key size when timing pbkdfDaniel P. Berrange2016-09-191-0/+2
* crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange2016-09-191-0/+24
* crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange2016-09-191-21/+31
* crypto: add support for querying parameters for block encryptionDaniel P. Berrange2016-07-261-0/+67
* crypto: fix handling of iv generator hash defaultsDaniel P. Berrange2016-07-041-0/+21
* crypto: Use DIV_ROUND_UPLaurent Vivier2016-06-071-4/+2Star
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+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-0/+1328