Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm-interface.c46 static int tpm_suspend_pcr; variable
47 module_param_named(suspend_pcr, tpm_suspend_pcr, uint, 0644);
1230 if (tpm_suspend_pcr) in tpm_pm_suspend()
1231 rc = tpm1_pcr_extend(chip, tpm_suspend_pcr, dummy_hash, in tpm_pm_suspend()