Home
last modified time | relevance | path

Searched refs:auto_device (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dluks2-tpm2.c28 _cleanup_free_ char *auto_device = NULL; in acquire_luks2_key() local
36 r = tpm2_find_device_auto(LOG_DEBUG, &auto_device); in acquire_luks2_key()
42 device = auto_device; in acquire_luks2_key()
/systemd-251/src/cryptsetup/
Dcryptsetup-tpm2.c76 _cleanup_free_ char *auto_device = NULL; in acquire_tpm2_key() local
82 r = tpm2_find_device_auto(LOG_DEBUG, &auto_device); in acquire_tpm2_key()
88 device = auto_device; in acquire_tpm2_key()