Searched refs:arg_cipher (Results 1 – 1 of 1) sorted by relevance
50 static char *arg_cipher = NULL; variable90 STATIC_DESTRUCTOR_REGISTER(arg_cipher, freep);125 r = free_and_strdup(&arg_cipher, val); in parse_one_option()1618 if (arg_cipher) { in attach_luks_or_plain_or_bitlk()1621 l = strcspn(arg_cipher, "-"); in attach_luks_or_plain_or_bitlk()1622 truncated_cipher = strndup(arg_cipher, l); in attach_luks_or_plain_or_bitlk()1627 cipher_mode = arg_cipher[l] ? arg_cipher+l+1 : "plain"; in attach_luks_or_plain_or_bitlk()1781 volume, source, strempty(arg_type), strempty(arg_cipher)); in run()