Lines Matching full:pcr
92 * configured TPM PCR) over the hashes of the current list of measurement
97 * TPM PCR (called quote) can be retrieved using a TPM user space library
104 const unsigned char *filename, int pcr) in ima_store_template() argument
121 entry->pcr = pcr; in ima_store_template()
130 * By extending the PCR with 0xFF's instead of with zeroes, the PCR
172 * @pcr: pointer filled in if matched measure policy sets pcr=
191 enum ima_hooks func, int *pcr, in ima_get_action() argument
200 flags, pcr, template_desc, func_data, in ima_get_action()
348 int xattr_len, const struct modsig *modsig, int pcr, in ima_store_measurement() argument
370 if (iint->measured_pcrs & (0x1 << pcr) && !modsig) in ima_store_measurement()
380 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
383 iint->measured_pcrs |= (0x1 << pcr); in ima_store_measurement()