Searched refs:cipher (Results 1 – 7 of 7) sorted by relevance
/systemd-251/shell-completion/bash/ |
D | homectl | 91 --luks-cipher 92 --luks-cipher-mode
|
/systemd-251/src/shared/ |
D | cryptsetup-util.h | 24 extern int (*sym_crypt_format)(struct crypt_device *cd, const char *type, const char *cipher, const…
|
D | cryptsetup-util.c | 18 int (*sym_crypt_format)(struct crypt_device *cd, const char *type, const char *cipher, const char *…
|
/systemd-251/src/cryptsetup/ |
D | cryptsetup.c | 1605 const char *cipher, *cipher_mode; in attach_luks_or_plain_or_bitlk() local 1626 cipher = truncated_cipher; in attach_luks_or_plain_or_bitlk() 1629 cipher = "aes"; in attach_luks_or_plain_or_bitlk() 1638 … r = crypt_format(cd, CRYPT_PLAIN, cipher, cipher_mode, NULL, NULL, arg_keyfile_size, ¶ms); in attach_luks_or_plain_or_bitlk()
|
/systemd-251/src/home/ |
D | homework-luks.c | 348 const char *cipher, in luks_setup() argument 405 if (cipher && !streq_ptr(cipher, sym_crypt_get_cipher(cd))) in luks_setup() 753 const char *cipher, *cipher_mode, *e; in crypt_device_to_evp_cipher() local 763 cipher = sym_crypt_get_cipher(cd); in crypt_device_to_evp_cipher() 764 if (!cipher) in crypt_device_to_evp_cipher() 784 if (asprintf(&cipher_name, "%s-%zu-%s", cipher, key_bits, cipher_mode) < 0) in crypt_device_to_evp_cipher()
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | directives-all.service | 673 cipher= key
|
/systemd-251/docs/ |
D | USER_RECORD.md | 481 `luksCipher` → A string, indicating the cipher to use for the LUKS storage mechanism. 483 `luksCipherMode` → A string, selecting the cipher mode to use for the LUKS storage mechanism.
|