Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cryptsetup/lib/
H A Dlibcryptsetup.sym56 crypt_luksRemoveKey;
H A Dlibcryptsetup.h567 int crypt_luksRemoveKey(struct crypt_options *options);
H A Dsetup.c840 int crypt_luksRemoveKey(struct crypt_options *options) in crypt_luksRemoveKey() function
/dflybsd-src/contrib/cryptsetup/tests/
H A Dapi-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()
/dflybsd-src/contrib/cryptsetup/src/
H A Dcryptsetup.c461 return crypt_luksRemoveKey(&options); in action_luksRemoveKey()