Home
last modified time | relevance | path

Searched refs:tpm2_pcr_read (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/char/tpm/
Dtpm.h582 int tpm2_pcr_read(struct tpm_chip *chip, int pcr_idx, u8 *res_buf);
Dtpm2-cmd.c186 int tpm2_pcr_read(struct tpm_chip *chip, int pcr_idx, u8 *res_buf) in tpm2_pcr_read() function
Dtpm-interface.c1002 rc = tpm2_pcr_read(chip, pcr_idx, res_buf); in tpm_pcr_read()