Searched refs:crypt_get_uuid (Results 1 – 4 of 4) sorted by relevance
35 crypt_get_uuid;
445 const char *crypt_get_uuid(struct crypt_device *cd);
417 no_uuid ? NULL : crypt_get_uuid(cd), in open_from_hdr_and_mk()673 crypt_get_uuid(cd), size, skip, offset, in crypt_resize_device()891 uuid = (char *)crypt_get_uuid(cd); in crypt_luksUUID()2046 const char *crypt_get_uuid(struct crypt_device *cd) in crypt_get_uuid() function
618 OK_(strcmp(DEVICE_1_UUID, crypt_get_uuid(cd))); in UseLuksDevice()