Searched refs:ima_tpm_chip (Results 1 – 4 of 4) sorted by relevance
144 if (!ima_tpm_chip) in ima_pcr_extend()147 for (i = 0; i < ima_tpm_chip->nr_allocated_banks; i++) in ima_pcr_extend()150 result = tpm_pcr_extend(ima_tpm_chip, pcr, digests); in ima_pcr_extend()222 if (!ima_tpm_chip) in ima_init_digests()225 digests = kcalloc(ima_tpm_chip->nr_allocated_banks, sizeof(*digests), in ima_init_digests()230 for (i = 0; i < ima_tpm_chip->nr_allocated_banks; i++) in ima_init_digests()231 digests[i].alg_id = ima_tpm_chip->allocated_banks[i].alg_id; in ima_init_digests()
25 struct tpm_chip *ima_tpm_chip; variable63 if (ima_tpm_chip) { in ima_add_boot_aggregate()107 ima_tpm_chip = tpm_default_chip(); in ima_init()108 if (!ima_tpm_chip) in ima_init()
650 if (!ima_tpm_chip) in ima_pcrread()653 if (tpm_pcr_read(ima_tpm_chip, idx, d) != 0) in ima_pcrread()
54 extern struct tpm_chip *ima_tpm_chip;