Home
last modified time | relevance | path

Searched refs:tpm_pcr_read (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm-interface.c339 int tpm_pcr_read(struct tpm_chip *chip, u32 pcr_idx, in tpm_pcr_read() function
359 EXPORT_SYMBOL_GPL(tpm_pcr_read);
/linux/security/integrity/ima/
H A Dima_crypto.c422 if (tpm_pcr_read(ima_tpm_chip, idx, d) != 0) in ima_calc_file_hash_atfm()