Home
last modified time | relevance | path

Searched refs:tpm_present (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/boot/efi/
Dmeasure.h22 BOOLEAN tpm_present(void);
28 static inline BOOLEAN tpm_present(void) { in tpm_present() function
Dmeasure.c138 BOOLEAN tpm_present(void) { in tpm_present() function
Dboot.c495 ps_bool(L" TPM: %s\n", tpm_present()); in print_status()
2038 if (!tpm_present()) in boot_windows_bitlocker()