Searched refs:crypt_volume_key_verify (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/cryptsetup/lib/ |
| HD | libcryptsetup.sym | 30 crypt_volume_key_verify;
|
| HD | libcryptsetup.h | 399 int crypt_volume_key_verify(struct crypt_device *cd,
|
| HD | setup.c | 1888 int crypt_volume_key_verify(struct crypt_device *cd, in crypt_volume_key_verify() function
|
| /dragonfly/contrib/cryptsetup/tests/ |
| HD | api-test.c | 623 OK_(crypt_volume_key_verify(cd, key, key_size)); in UseLuksDevice() 629 FAIL_(crypt_volume_key_verify(cd, key, key_size), "key mismatch"); in UseLuksDevice() 687 OK_(crypt_volume_key_verify(cd, key, key_size)); in AddDeviceLuks() 714 OK_(crypt_volume_key_verify(cd, key2, key_size)); in AddDeviceLuks()
|