Lines Matching full:pcr
13 * in the pre-configured TPM PCR (if available).
25 /* pre-allocated array of tpm_digest structures to extend a PCR */
43 * and extending the TPM PCR aggregate. Since tpm_extend can take
56 int pcr) in ima_lookup_digest_entry() argument
67 if ((rc == 0) && (qe->entry->pcr == pcr)) { in ima_lookup_digest_entry()
85 size += sizeof(u32); /* pcr */ in get_binary_runtime_size()
145 static int ima_pcr_extend(struct tpm_digest *digests_arg, int pcr) in ima_pcr_extend() argument
152 result = tpm_pcr_extend(ima_tpm_chip, pcr, digests_arg); in ima_pcr_extend()
160 * extend the pcr.
191 if (ima_lookup_digest_entry(digest, entry->pcr)) { in ima_add_template_entry()
206 if (violation) /* invalidate pcr */ in ima_add_template_entry()
209 tpmresult = ima_pcr_extend(digests_arg, entry->pcr); in ima_add_template_entry()