Searched refs:headless (Results 1 – 12 of 12) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-70.sh | 16 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 21 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 && { echo… 26 …IN=123456 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 30 …b/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 && { echo 'unex… 34 …b/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 && { echo 'unex… 39 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 44 /usr/lib/systemd/systemd-cryptsetup attach test-volume $img - tpm2-device=auto,headless=1 && exit 1
|
/systemd-251/src/shared/ |
D | pkcs11-util.h | 34 …, const char *key_name, const char *credential_name, usec_t until, bool headless, char **ret_used_… 61 bool headless; member 80 bool headless; member
|
D | pkcs11-util.c | 237 bool headless, in pkcs11_token_login() argument 288 } else if (headless) in pkcs11_token_login() 1225 data->headless, in pkcs11_crypt_device_callback()
|
/systemd-251/src/cryptsetup/ |
D | cryptsetup-tpm2.c | 14 static int get_pin(usec_t until, AskPasswordFlags ask_password_flags, bool headless, char **ret_pin… in get_pin() argument 25 if (headless) in get_pin() 70 bool headless, in acquire_tpm2_key() argument 134 r = get_pin(until, ask_password_flags, headless, &pin_str); in acquire_tpm2_key()
|
D | cryptsetup-pkcs11.c | 37 bool headless, in decrypt_pkcs11_key() argument 44 .headless = headless, in decrypt_pkcs11_key()
|
D | cryptsetup-pkcs11.h | 22 bool headless, 45 bool headless, in decrypt_pkcs11_key() argument
|
D | cryptsetup-fido2.h | 26 bool headless, 57 bool headless, in acquire_fido2_key() argument
|
D | cryptsetup-tpm2.h | 29 bool headless, 66 bool headless, in acquire_tpm2_key() argument
|
D | cryptsetup-fido2.c | 27 bool headless, in acquire_fido2_key() argument 98 if (headless) in acquire_fido2_key()
|
D | cryptsetup.c | 858 bool headless, in attach_luks2_by_fido2_via_plugin() argument 885 if (headless) in attach_luks2_by_fido2_via_plugin() 1062 bool headless, in attach_luks2_by_pkcs11_via_plugin() argument 1074 .headless = headless in attach_luks2_by_pkcs11_via_plugin()
|
/systemd-251/src/cryptsetup/cryptsetup-tokens/ |
D | luks2-pkcs11.c | 161 data.headless = params->headless; in acquire_luks2_key_systemd()
|
/systemd-251/ |
D | NEWS | 1785 * /etc/crypttab learnt a new option "headless". If specified any 1787 be skipped. This is useful on systems that are headless, i.e. where
|