Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cryptsetup/tests/
H A Dapi-test.c320 EQ_(crypt_remove_device(&co), -ENODEV); in remove_device()
324 FAIL_(crypt_remove_device(&co), "device busy"); in remove_device()
327 OK_(crypt_remove_device(&co)); in remove_device()
357 OK_(crypt_remove_device(&co)); in LuksFormat()
526 OK_(crypt_remove_device(&co)); in DeviceResizeGame()
/dflybsd-src/contrib/cryptsetup/lib/
H A Dlibcryptsetup.sym52 crypt_remove_device;
H A Dlibcryptsetup.h563 int crypt_remove_device(struct crypt_options *options);
H A Dsetup.c721 int crypt_remove_device(struct crypt_options *options) in crypt_remove_device() function
/dflybsd-src/sbin/cryptdisks/
H A Dcryptdisks.c337 crypt_remove_device(&co); in entry_parser()
/dflybsd-src/contrib/cryptsetup/src/
H A Dcryptsetup.c247 return crypt_remove_device(&options); in action_remove()
/dflybsd-src/contrib/cryptsetup/
H A DChangeLog79 * Fix crypt_remove_device (remove, luksClose) implementation.