Home
last modified time | relevance | path

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

/dragonfly/contrib/cryptsetup/lib/
HDlibcryptsetup.sym56 crypt_luksRemoveKey;
HDlibcryptsetup.h567 int crypt_luksRemoveKey(struct crypt_options *options);
HDsetup.c840 int crypt_luksRemoveKey(struct crypt_options *options) in crypt_luksRemoveKey() function
/dragonfly/contrib/cryptsetup/tests/
HDapi-test.c414 OK_(crypt_luksRemoveKey(&co)); in LuksKeyGame()
415 OK_(crypt_luksRemoveKey(&co)); in LuksKeyGame()
416 FAIL_(crypt_luksRemoveKey(&co), "no slot with this passphrase"); in LuksKeyGame()
420 FAIL_(crypt_luksRemoveKey(&co), "keyfile not found"); in LuksKeyGame()
/dragonfly/contrib/cryptsetup/src/
HDcryptsetup.c461 return crypt_luksRemoveKey(&options); in action_luksRemoveKey()