Searched defs:pcr_idx (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | tpm.h | 72 static inline int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, u8 *res_buf) in tpm_pcr_read() 76 static inline int tpm_pcr_extend(struct tpm_chip *chip, int pcr_idx, in tpm_pcr_extend()
|
D | tpm_eventlog.h | 99 u32 pcr_idx; member 117 u32 pcr_idx; member
|
/Linux-v4.19/drivers/char/tpm/ |
D | tpm-interface.c | 933 int tpm_pcr_read_dev(struct tpm_chip *chip, int pcr_idx, u8 *res_buf) in tpm_pcr_read_dev() 983 int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, u8 *res_buf) in tpm_pcr_read() 1008 static int tpm1_pcr_extend(struct tpm_chip *chip, int pcr_idx, const u8 *hash, in tpm1_pcr_extend() 1039 int tpm_pcr_extend(struct tpm_chip *chip, int pcr_idx, const u8 *hash) in tpm_pcr_extend()
|
D | tpm2-cmd.c | 186 int tpm2_pcr_read(struct tpm_chip *chip, int pcr_idx, u8 *res_buf) in tpm2_pcr_read() 236 int tpm2_pcr_extend(struct tpm_chip *chip, int pcr_idx, u32 count, in tpm2_pcr_extend()
|
D | tpm.h | 381 __be32 pcr_idx; member
|