Searched defs:pcr_idx (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/char/tpm/ |
H A D | tpm-interface.c | 285 int tpm_pcr_read(struct tpm_chip *chip, u32 pcr_idx, in tpm_pcr_read() 315 int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, in tpm_pcr_extend()
|
H A D | tpm1-cmd.c | 463 int tpm1_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, const u8 *hash, in tpm1_pcr_extend() 584 int tpm1_pcr_read(struct tpm_chip *chip, u32 pcr_idx, u8 *res_buf) in tpm1_pcr_read()
|
H A D | tpm2-cmd.c | 161 int tpm2_pcr_read(struct tpm_chip *chip, u32 pcr_idx, in tpm2_pcr_read() 228 int tpm2_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, in tpm2_pcr_extend()
|
/linux/include/linux/ |
H A D | tpm_eventlog.h | 98 u32 pcr_idx; member 111 u32 pcr_idx; member
|
H A D | tpm.h | 467 static inline int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, in tpm_pcr_read() 473 static inline int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, in tpm_pcr_extend()
|