Systemd/src/cryptsetup
Lennart Poettering 6930d069a3 cryptsetup: pass selected mode to crypt_load() when doing LUKS
This doesn't fix anything IRL, but is a bit cleaner, since it makes sure
that arg_type is properly passed to crypt_load() in all cases.

We actually never set arg_type to CRYPT_LUKS2, which is why this wasn't
noticed before, but theoretically this might change one day, and
existing comments suggest it as possible value for arg_type, hence let's
process it properly.
2020-06-09 14:24:21 +02:00
..
cryptsetup-generator.c cryptsetup: support tmp= file system argument 2020-05-26 17:11:34 +02:00
cryptsetup-pkcs11.c cryptsetup: automatically load luks keys off disk 2020-05-19 17:28:25 +02:00
cryptsetup-pkcs11.h cryptsetup: automatically load luks keys off disk 2020-05-19 17:28:25 +02:00
cryptsetup-util.c cryptsetup: split out key loading from pkcs11 code and teach search path logic 2020-05-19 17:28:16 +02:00
cryptsetup-util.h cryptsetup: split out key loading from pkcs11 code and teach search path logic 2020-05-19 17:28:16 +02:00
cryptsetup.c cryptsetup: pass selected mode to crypt_load() when doing LUKS 2020-06-09 14:24:21 +02:00