Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cryptsetup/lib/
H A Dlibcryptsetup.sym49 crypt_update_device;
H A Dlibcryptsetup.h560 int crypt_update_device(struct crypt_options *options);
H A Dsetup.c623 int crypt_update_device(struct crypt_options *options) in crypt_update_device() function
/dflybsd-src/contrib/cryptsetup/tests/
H A Dapi-test.c487 OK_(crypt_update_device(&co)); in DeviceResizeGame()
509 OK_(crypt_update_device(&co)); in DeviceResizeGame()
/dflybsd-src/contrib/cryptsetup/src/
H A Dcryptsetup.c233 r = crypt_update_device(&options); in action_create()