Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cryptsetup/tests/
H A Dapi-test.c562 OK_(crypt_deactivate(cd, CDEVICE_1)); in AddDevicePlain()
575 FAIL_(crypt_deactivate(cd, CDEVICE_1), "Device is busy"); in AddDevicePlain()
577 OK_(crypt_deactivate(cd, CDEVICE_1)); in AddDevicePlain()
596 OK_(crypt_deactivate(cd, CDEVICE_1)); in AddDevicePlain()
612 OK_(crypt_deactivate(cd, CDEVICE_1)); in UseLuksDevice()
613 FAIL_(crypt_deactivate(cd, CDEVICE_1), "no such device"); in UseLuksDevice()
626 OK_(crypt_deactivate(cd, CDEVICE_1)); in UseLuksDevice()
662 OK_(crypt_deactivate(cd, CDEVICE_1)); in SuspendDevice()
690 OK_(crypt_deactivate(cd, CDEVICE_2)); in AddDeviceLuks()
697 OK_(crypt_deactivate(cd, CDEVICE_2)); in AddDeviceLuks()
[all …]
/dflybsd-src/contrib/cryptsetup/lib/
H A Dlibcryptsetup.sym28 crypt_deactivate;
H A Dlibcryptsetup.h368 int crypt_deactivate(struct crypt_device *cd, const char *name);
H A Dsetup.c728 r = crypt_deactivate(cd, options->name); in crypt_remove_device()
1805 int crypt_deactivate(struct crypt_device *cd, const char *name) in crypt_deactivate() function