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

/systemd/src/cryptsetup/
H A Dcryptsetup.c77 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, &params);
544 log_info("Set cipher %s, mode %s, key size %i bits for device %s.",

Completed in 809 milliseconds