Searched refs:crypt_luksRemoveKey (Results 1 – 5 of 5) sorted by relevance
56 crypt_luksRemoveKey;
567 int crypt_luksRemoveKey(struct crypt_options *options);
840 int crypt_luksRemoveKey(struct crypt_options *options) in crypt_luksRemoveKey() function
414 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()
461 return crypt_luksRemoveKey(&options); in action_luksRemoveKey()