Home
last modified time | relevance | path

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

/dragonfly/contrib/cryptsetup/lib/
HDlibcryptsetup.sym53 crypt_luksFormat;
HDlibcryptsetup.h564 int crypt_luksFormat(struct crypt_options *options);
HDsetup.c737 int crypt_luksFormat(struct crypt_options *options) in crypt_luksFormat() function
/dragonfly/contrib/cryptsetup/tests/
HDapi-test.c348 FAIL_(crypt_luksFormat(&co), "error device"); in LuksFormat()
351 OK_(crypt_luksFormat(&co)); in LuksFormat()
382 FAIL_(crypt_luksFormat(&co), "wrong slot #"); in LuksKeyGame()
385 OK_(crypt_luksFormat(&co)); in LuksKeyGame()
/dragonfly/contrib/cryptsetup/src/
HDcryptsetup.c311 return crypt_luksFormat(&options); in _action_luksFormat_generateMK()