Searched refs:DEFAULT_CIPHER (Results 1 – 2 of 2) sorted by relevance
207 .cipher = opt_cipher ? opt_cipher : DEFAULT_CIPHER(PLAIN), in action_create()301 .cipher = opt_cipher ?: DEFAULT_CIPHER(LUKS1), in _action_luksFormat_generateMK()348 if (sscanf(opt_cipher ?: DEFAULT_CIPHER(LUKS1), in _action_luksFormat_useMK()688 DEFAULT_CIPHER(PLAIN), DEFAULT_PLAIN_KEYBITS, DEFAULT_PLAIN_HASH, in help()689 DEFAULT_CIPHER(LUKS1), DEFAULT_LUKS1_KEYBITS, DEFAULT_LUKS1_HASH); in help()
12 #define DEFAULT_CIPHER(type) (DEFAULT_##type##_CIPHER "-" DEFAULT_##type##_MODE) macro