Home
last modified time | relevance | path

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

/dragonfly/contrib/cryptsetup/src/
H A Dcryptsetup.c50 static int action_luksAddKey(int arg);
77 …{ "luksAddKey", action_luksAddKey, 0, 1, 1, N_("<device> [<new key file>]"), N_("add key to LUKS d…
495 static int action_luksAddKey(int arg) in action_luksAddKey() function