pcr_idx           283 drivers/char/tpm/tpm-interface.c int tpm_pcr_read(struct tpm_chip *chip, u32 pcr_idx,
pcr_idx           293 drivers/char/tpm/tpm-interface.c 		rc = tpm2_pcr_read(chip, pcr_idx, digest, NULL);
pcr_idx           295 drivers/char/tpm/tpm-interface.c 		rc = tpm1_pcr_read(chip, pcr_idx, digest->digest);
pcr_idx           313 drivers/char/tpm/tpm-interface.c int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx,
pcr_idx           331 drivers/char/tpm/tpm-interface.c 		rc = tpm2_pcr_extend(chip, pcr_idx, digests);
pcr_idx           335 drivers/char/tpm/tpm-interface.c 	rc = tpm1_pcr_extend(chip, pcr_idx, digests[0].digest,
pcr_idx           391 drivers/char/tpm/tpm.h int tpm1_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, const u8 *hash,
pcr_idx           393 drivers/char/tpm/tpm.h int tpm1_pcr_read(struct tpm_chip *chip, u32 pcr_idx, u8 *res_buf);
pcr_idx           438 drivers/char/tpm/tpm.h int tpm2_pcr_read(struct tpm_chip *chip, u32 pcr_idx,
pcr_idx           440 drivers/char/tpm/tpm.h int tpm2_pcr_extend(struct tpm_chip *chip, u32 pcr_idx,
pcr_idx           448 drivers/char/tpm/tpm1-cmd.c int tpm1_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, const u8 *hash,
pcr_idx           458 drivers/char/tpm/tpm1-cmd.c 	tpm_buf_append_u32(&buf, pcr_idx);
pcr_idx           569 drivers/char/tpm/tpm1-cmd.c int tpm1_pcr_read(struct tpm_chip *chip, u32 pcr_idx, u8 *res_buf)
pcr_idx           578 drivers/char/tpm/tpm1-cmd.c 	tpm_buf_append_u32(&buf, pcr_idx);
pcr_idx           175 drivers/char/tpm/tpm2-cmd.c int tpm2_pcr_read(struct tpm_chip *chip, u32 pcr_idx,
pcr_idx           186 drivers/char/tpm/tpm2-cmd.c 	if (pcr_idx >= TPM2_PLATFORM_PCR)
pcr_idx           204 drivers/char/tpm/tpm2-cmd.c 	pcr_select[pcr_idx >> 3] = 1 << (pcr_idx & 0x7);
pcr_idx           249 drivers/char/tpm/tpm2-cmd.c int tpm2_pcr_extend(struct tpm_chip *chip, u32 pcr_idx,
pcr_idx           261 drivers/char/tpm/tpm2-cmd.c 	tpm_buf_append_u32(&buf, pcr_idx);
pcr_idx           167 include/linux/tpm.h extern int tpm_pcr_read(struct tpm_chip *chip, u32 pcr_idx,
pcr_idx           169 include/linux/tpm.h extern int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx,
pcr_idx           186 include/linux/tpm.h static inline int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx,
pcr_idx           192 include/linux/tpm.h static inline int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx,
pcr_idx            96 include/linux/tpm_eventlog.h 	u32 pcr_idx;
pcr_idx           109 include/linux/tpm_eventlog.h 	u32 pcr_idx;
pcr_idx           177 include/linux/tpm_eventlog.h 	marker = marker + sizeof(event->pcr_idx) + sizeof(event->event_type)