- 0a19d87 misc/other: spelling fixes by Michael Tokarev · 1 year, 5 months ago
- 55a01ca crypto: Always initialize splitkeylen by Akihiko Odaki · 1 year, 7 months ago
- 2379247 coroutine: Clean up superfluous inclusion of qemu/coroutine.h by Markus Armbruster · 2 years ago
- 16110c8 qapi crypto: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 1 month ago
- 6c19893 crypto: quote algorithm names in error messages by Daniel P. Berrangé · 2 years, 3 months ago
- 98c72df crypto: split off helpers for converting LUKS header endianess by Daniel P. Berrangé · 2 years, 7 months ago
- 36445ac crypto: split LUKS header definitions off into file by Daniel P. Berrangé · 2 years, 7 months ago
- b57151a crypto: check that LUKS PBKDF2 iterations count is non-zero by Daniel P. Berrangé · 2 years, 3 months ago
- c5f6962 crypto: strengthen the check for key slots overlapping with LUKS header by Daniel P. Berrangé · 2 years, 3 months ago
- d233fbc crypto: validate that LUKS payload doesn't overlap with header by Daniel P. Berrangé · 2 years, 3 months ago
- 93569c3 crypto: enforce that key material doesn't overlap with LUKS header by Daniel P. Berrangé · 2 years, 7 months ago
- f119596 crypto: enforce that LUKS stripes is always a fixed value by Daniel P. Berrangé · 2 years, 7 months ago
- c1d8634 crypto: sanity check that LUKS header strings are NUL-terminated by Daniel P. Berrangé · 2 years, 7 months ago
- 757dda5 crypto: Make block callbacks return 0 on success by Alberto Faria · 2 years, 6 months ago
- c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years ago
- 557d2bd qcrypto/luks: implement encryption key management by Maxim Levitsky · 4 years, 6 months ago
- befdba9 qcrypto-luks: more rigorous header checking by Maxim Levitsky · 5 years ago
- bd56a55 qcrypto-luks: simplify the math used for keyslot locations by Maxim Levitsky · 5 years ago
- 3994a7c qcrypto-luks: extract store key function by Maxim Levitsky · 5 years ago
- 9fa9c1c qcrypto-luks: extract check and parse header by Maxim Levitsky · 5 years ago
- dde2c5a qcrypto-luks: extract store and load header by Maxim Levitsky · 5 years ago
- 61dd8a9 qcrypto-luks: purge unused error codes from open callback by Maxim Levitsky · 5 years ago
- 9d80e59 qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKS by Maxim Levitsky · 5 years ago
- 7e60a6f qcrypto-luks: pass keyslot index rather that pointer to the keyslot by Maxim Levitsky · 5 years ago
- 1ddd52e qcrypto-luks: simplify masterkey and masterkey length by Maxim Levitsky · 5 years ago
- 70b2a1f qcrypto-luks: don't overwrite cipher_mode in header by Maxim Levitsky · 5 years ago
- f0d3c36 qcrypto-luks: rename some fields in QCryptoBlockLUKSHeader by Maxim Levitsky · 5 years ago
- 57b9f11 crypto: use auto cleanup for many stack variables by Daniel P. Berrangé · 5 years ago
- b7cbb87 crypto: Fix LGPL information in the file headers by Thomas Huth · 6 years ago
- 5993e3b crypto/block: remove redundant struct packing to fix build with gcc 9 by Greg Kurz · 6 years ago
- c972fa1 crypto: support multiple threads accessing one QCryptoBlock by Vladimir Sementsov-Ogievskiy · 6 years ago
- 0f0d596 crypto/block: introduce qcrypto_block_*crypt_helper functions by Vladimir Sementsov-Ogievskiy · 6 years ago
- 0270417 crypto/block: rename qcrypto_block_*crypt_helper by Vladimir Sementsov-Ogievskiy · 6 years ago
- b640adc crypto/block-luks: fix memory leak in qcrypto_block_luks_create by Vladimir Sementsov-Ogievskiy · 6 years ago
- 986bc8d crypto: use local path for local headers by Michael S. Tsirkin · 7 years ago
- 4609742 block: convert qcrypto_block_encrypt|decrypt to take bytes offset by Daniel P. Berrange · 7 years ago
- 850f49d crypto: expose encryption sector size in APIs by Daniel P. Berrange · 7 years ago
- f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
- 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 7 years ago
- 5b5f825 qapi: Generate FOO_str() macro for QAPI enum FOO by Markus Armbruster · 7 years ago
- 9ae3307 crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup() by Markus Armbruster · 7 years ago
- 1cd9a78 block: pass option prefix down to crypto layer by Daniel P. Berrange · 7 years ago
- e4a3507 crypto: move 'opaque' parameter to (nearly) the end of parameter list by Daniel P. Berrange · 8 years ago
- 3750923 crypto: Make errp the last parameter of functions by Fam Zheng · 8 years ago
- 2ef950f crypto: Switch to QEMU UUID API by Fam Zheng · 8 years ago
- 2ab66cd crypto: increase default pbkdf2 time for luks to 2 seconds by Daniel P. Berrange · 8 years ago
- acd0dfd crypto: remove bogus /= 2 for pbkdf iterations by Daniel P. Berrange · 8 years ago
- e74aabc crypto: use correct derived key size when timing pbkdf by Daniel P. Berrange · 8 years ago
- 3bd1889 crypto: make PBKDF iterations configurable for LUKS format by Daniel P. Berrange · 8 years ago
- 59b060b crypto: use uint64_t for pbkdf iteration count parameters by Daniel P. Berrange · 8 years ago
- 40c8502 crypto: add support for querying parameters for block encryption by Daniel P. Berrange · 8 years ago
- 8b7cdba crypto: fix handling of iv generator hash defaults by Daniel P. Berrange · 9 years ago
- 207ba7c crypto: Use DIV_ROUND_UP by Laurent Vivier · 9 years ago
- 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 3e308f2 crypto: implement the LUKS block encryption format by Daniel P. Berrange · 9 years ago