Home
last modified time | relevance | path

Searched refs:cipher (Results 1 – 7 of 7) sorted by relevance

/systemd-251/shell-completion/bash/
Dhomectl91 --luks-cipher
92 --luks-cipher-mode
/systemd-251/src/shared/
Dcryptsetup-util.h24 extern int (*sym_crypt_format)(struct crypt_device *cd, const char *type, const char *cipher, const…
Dcryptsetup-util.c18 int (*sym_crypt_format)(struct crypt_device *cd, const char *type, const char *cipher, const char *…
/systemd-251/src/cryptsetup/
Dcryptsetup.c1605 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, &params); in attach_luks_or_plain_or_bitlk()
/systemd-251/src/home/
Dhomework-luks.c348 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/
Ddirectives-all.service673 cipher= key
/systemd-251/docs/
DUSER_RECORD.md481 `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.