Searched refs:ima_tpm_chip (Results 1 – 4 of 4) sorted by relevance
29 struct tpm_chip *ima_tpm_chip; variable67 if (ima_tpm_chip) { in ima_add_boot_aggregate()111 ima_tpm_chip = tpm_default_chip(); in ima_init()112 if (!ima_tpm_chip) in ima_init()
145 if (!ima_tpm_chip) in ima_pcr_extend()148 result = tpm_pcr_extend(ima_tpm_chip, pcr, hash); in ima_pcr_extend()
634 if (!ima_tpm_chip) in ima_pcrread()637 if (tpm_pcr_read(ima_tpm_chip, idx, pcr) != 0) in ima_pcrread()
58 extern struct tpm_chip *ima_tpm_chip;