Searched refs:disable_pcr_integrity (Results 1 – 2 of 2) sorted by relevance
17 static bool disable_pcr_integrity; variable18 module_param(disable_pcr_integrity, bool, 0444);19 MODULE_PARM_DESC(disable_pcr_integrity, "Disable integrity protection of TPM2_PCR_Extend");239 if (!disable_pcr_integrity) { in tpm2_pcr_extend()247 if (!disable_pcr_integrity) in tpm2_pcr_extend()252 if (!disable_pcr_integrity) { in tpm2_pcr_extend()268 if (!disable_pcr_integrity) in tpm2_pcr_extend()271 if (!disable_pcr_integrity) in tpm2_pcr_extend()
6730 tpm.disable_pcr_integrity= [HW,TPM]