Searched refs:disable_pcr_integrity (Results 1 – 2 of 2) sorted by relevance
20 static bool disable_pcr_integrity; variable21 module_param(disable_pcr_integrity, bool, 0444);22 MODULE_PARM_DESC(disable_pcr_integrity, "Disable integrity protection of TPM2_PCR_Extend");191 if (!disable_pcr_integrity) { in tpm2_pcr_extend()199 if (!disable_pcr_integrity) in tpm2_pcr_extend()204 if (!disable_pcr_integrity) { in tpm2_pcr_extend()224 if (!disable_pcr_integrity) { in tpm2_pcr_extend()233 if (!disable_pcr_integrity) in tpm2_pcr_extend()
7529 tpm.disable_pcr_integrity= [HW,TPM]