Searched refs:tpm_pcr_read (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/char/tpm/ |
| H A D | tpm-interface.c | 339 int tpm_pcr_read(struct tpm_chip *chip, u32 pcr_idx, in tpm_pcr_read() function 359 EXPORT_SYMBOL_GPL(tpm_pcr_read);
|
| H A D | tpm-sysfs.c | 386 rc = tpm_pcr_read(chip, ha->pcr, &digest); in pcr_value_show()
|
| /linux/include/linux/ |
| H A D | tpm.h | 473 extern int tpm_pcr_read(struct tpm_chip *chip, u32 pcr_idx, 496 static inline int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, in tpm_pcr_read() function
|
| /linux/security/integrity/ima/ |
| H A D | ima_crypto.c | 780 if (tpm_pcr_read(ima_tpm_chip, idx, d) != 0) in ima_pcrread()
|