tpm_pcr_extend 342 drivers/char/tpm/tpm-interface.c EXPORT_SYMBOL_GPL(tpm_pcr_extend); tpm_pcr_extend 169 include/linux/tpm.h extern int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, tpm_pcr_extend 150 security/integrity/ima/ima_queue.c result = tpm_pcr_extend(ima_tpm_chip, pcr, digests); tpm_pcr_extend 392 security/keys/trusted.c return tpm_pcr_extend(chip, pcrnum, digests) ? -EINVAL : 0;