Home
last modified time | relevance | path

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

/dragonfly/contrib/cryptsetup/lib/
HDlibcryptsetup.sym50 crypt_resize_device;
HDlibcryptsetup.h561 int crypt_resize_device(struct crypt_options *options);
HDsetup.c629 int crypt_resize_device(struct crypt_options *options) in crypt_resize_device() function
/dragonfly/contrib/cryptsetup/tests/
HDapi-test.c477 OK_(crypt_resize_device(&co)); in DeviceResizeGame()
481 OK_(crypt_resize_device(&co)); in DeviceResizeGame()
/dragonfly/contrib/cryptsetup/src/
HDcryptsetup.c258 return crypt_resize_device(&options); in action_resize()