Searched refs:tpm_pcr_extend (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | tpm.h | 57 extern int tpm_pcr_extend(struct tpm_chip *chip, int pcr_idx, const u8 *hash); 76 static inline int tpm_pcr_extend(struct tpm_chip *chip, int pcr_idx, in tpm_pcr_extend() function
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_queue.c | 148 result = tpm_pcr_extend(ima_tpm_chip, pcr, hash); in ima_pcr_extend()
|
/Linux-v4.19/drivers/char/tpm/ |
D | tpm-interface.c | 1039 int tpm_pcr_extend(struct tpm_chip *chip, int pcr_idx, const u8 *hash) in tpm_pcr_extend() function 1070 EXPORT_SYMBOL_GPL(tpm_pcr_extend);
|
/Linux-v4.19/security/keys/ |
D | trusted.c | 387 return tpm_pcr_extend(NULL, pcrnum, hash) ? -EINVAL : 0; in pcrlock()
|