Lines Matching +full:- +full:- +full:help
4 * Copyright (c) 2015-2017 Red Hat, Inc.
28 .help = helpstr, \
31 #define BLOCK_CRYPTO_OPT_QCOW_KEY_SECRET "key-secret"
37 #define BLOCK_CRYPTO_OPT_LUKS_KEY_SECRET "key-secret"
38 #define BLOCK_CRYPTO_OPT_LUKS_CIPHER_ALG "cipher-alg"
39 #define BLOCK_CRYPTO_OPT_LUKS_CIPHER_MODE "cipher-mode"
40 #define BLOCK_CRYPTO_OPT_LUKS_IVGEN_ALG "ivgen-alg"
41 #define BLOCK_CRYPTO_OPT_LUKS_IVGEN_HASH_ALG "ivgen-hash-alg"
42 #define BLOCK_CRYPTO_OPT_LUKS_HASH_ALG "hash-alg"
43 #define BLOCK_CRYPTO_OPT_LUKS_ITER_TIME "iter-time"
44 #define BLOCK_CRYPTO_OPT_LUKS_DETACHED_HEADER "detached-header"
47 #define BLOCK_CRYPTO_OPT_LUKS_OLD_SECRET "old-secret"
48 #define BLOCK_CRYPTO_OPT_LUKS_NEW_SECRET "new-secret"
59 .help = "Name of encryption cipher algorithm", \
66 .help = "Name of encryption cipher mode", \
73 .help = "Name of IV generator algorithm", \
80 .help = "Name of IV generator hash algorithm", \
87 .help = "Name of encryption hash algorithm", \
94 .help = "Time to spend in PBKDF in milliseconds", \
101 .help = "Select new state of affected keyslots (active/inactive)",\
108 .help = "Create a detached LUKS header", \
115 .help = "Select a single keyslot to modify explicitly",\
122 .help = "Select all keyslots that match this password", \
129 .help = "New secret to set in the matching keyslots. " \