Lines Matching full:pcr
13 * in the pre-configured TPM PCR (if available).
24 /* pre-allocated array of tpm_digest structures to extend a PCR */
42 * and extending the TPM PCR aggregate. Since tpm_extend can take
49 int pcr) in ima_lookup_digest_entry() argument
60 if ((rc == 0) && (qe->entry->pcr == pcr)) { in ima_lookup_digest_entry()
78 size += sizeof(u32); /* pcr */ in get_binary_runtime_size()
138 static int ima_pcr_extend(struct tpm_digest *digests_arg, int pcr) in ima_pcr_extend() argument
145 result = tpm_pcr_extend(ima_tpm_chip, pcr, digests_arg); in ima_pcr_extend()
153 * extend the pcr.
172 if (ima_lookup_digest_entry(digest, entry->pcr)) { in ima_add_template_entry()
187 if (violation) /* invalidate pcr */ in ima_add_template_entry()
190 tpmresult = ima_pcr_extend(digests_arg, entry->pcr); in ima_add_template_entry()