Searched refs:tpm_pcr_extend (Results 1 – 3 of 3) sorted by relevance
315 int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, in tpm_pcr_extend() function344 EXPORT_SYMBOL_GPL(tpm_pcr_extend);
448 extern int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx,474 static inline int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, in tpm_pcr_extend() function
396 return tpm_pcr_extend(chip, pcrnum, digests) ? -EINVAL : 0; in pcrlock()