Home
last modified time | relevance | path

Searched refs:disk_path (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/cryptenroll/
Dcryptenroll-password.c27 _cleanup_free_ char *disk_path = NULL; in enroll_password() local
35 disk_path = cescape(node); in enroll_password()
36 if (!disk_path) in enroll_password()
39 id = strjoina("cryptsetup:", disk_path); in enroll_password()
Dcryptenroll.c491 _cleanup_free_ char *question = NULL, *disk_path = NULL; in prepare_luks() local
499 disk_path = cescape(arg_node); in prepare_luks()
500 if (!disk_path) in prepare_luks()
503 id = strjoina("cryptsetup:", disk_path); in prepare_luks()
/systemd-251/src/boot/efi/
Dxbootldr.c177 _cleanup_freepool_ EFI_DEVICE_PATH *disk_path = NULL; in find_device() local
178 EFI_DEVICE_PATH *p = disk_path = path_chop(partition_path, part_node); in find_device()
/systemd-251/src/cryptsetup/
Dcryptsetup.c575 _cleanup_free_ char *friendly = NULL, *text = NULL, *disk_path = NULL; in get_password() local
595 disk_path = cescape(src); in get_password()
596 if (!disk_path) in get_password()
599 id = strjoina("cryptsetup:", disk_path); in get_password()
615 id = strjoina("cryptsetup-verification:", disk_path); in get_password()