Searched refs:tpm_pcr_read (Results 1 – 3 of 3) sorted by relevance
56 extern int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, u8 *res_buf);72 static inline int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, u8 *res_buf) in tpm_pcr_read() function
983 int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, u8 *res_buf) in tpm_pcr_read() function997 EXPORT_SYMBOL_GPL(tpm_pcr_read);
637 if (tpm_pcr_read(ima_tpm_chip, idx, pcr) != 0) in ima_pcrread()