Home
last modified time | relevance | path

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

/systemd-251/src/cryptsetup/
Dcryptsetup.c44 #define ANY_LUKS "LUKS" macro
165 arg_type = ANY_LUKS; in parse_one_option()
216 arg_type = ANY_LUKS; in parse_one_option()
266 arg_type = ANY_LUKS; in parse_one_option()
1843 if (!arg_type || STR_IN_SET(arg_type, ANY_LUKS, CRYPT_LUKS1, CRYPT_LUKS2)) { in run()
1844 … r = crypt_load(cd, !arg_type || streq(arg_type, ANY_LUKS) ? CRYPT_LUKS : arg_type, NULL); in run()