Searched refs:crypt_luksOpen (Results 1 – 6 of 6) sorted by relevance
283 EQ_(crypt_luksOpen(&co), -EINVAL); in LuksOpen()286 EQ_(crypt_luksOpen(&co), -EINVAL); in LuksOpen()289 OK_(crypt_luksOpen(&co)); in LuksOpen()290 FAIL_(crypt_luksOpen(&co), "already open"); in LuksOpen()356 OK_(crypt_luksOpen(&co)); in LuksFormat()
54 crypt_luksOpen;
565 int crypt_luksOpen(struct crypt_options *options);
789 int crypt_luksOpen(struct crypt_options *options) in crypt_luksOpen() function
369 if ((error = crypt_luksOpen(&co)) != 0) { in entry_parser()
427 return crypt_luksOpen(&options); in action_luksOpen()