Searched defs:cipher (Results 1 - 1 of 1) sorted by relevance
/systemd/src/cryptsetup/ |
H A D | cryptsetup.c | 77 if (startswith(option, "cipher=")) { 497 const char *cipher, *cipher_mode; local 517 cipher = truncated_cipher; 520 cipher = "aes"; 535 r = crypt_format(cd, CRYPT_PLAIN, cipher, cipher_mode, NULL, NULL, arg_keyfile_size, ¶ms); 544 log_info("Set cipher %s, mode %s, key size %i bits for device %s.",
|
Completed in 13 milliseconds