Searched refs:tpm_pcr_extend (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/linux/ |
D | tpm.h | 33 extern int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash); 39 static inline int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash) { in tpm_pcr_extend() function
|
/linux-2.6.39/security/integrity/ima/ |
D | ima_queue.c | 95 result = tpm_pcr_extend(TPM_ANY_NUM, CONFIG_IMA_MEASURE_PCR_IDX, hash); in ima_pcr_extend()
|
/linux-2.6.39/drivers/char/tpm/ |
D | tpm.c | 762 int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash) in tpm_pcr_extend() function 781 EXPORT_SYMBOL_GPL(tpm_pcr_extend);
|
/linux-2.6.39/security/keys/ |
D | trusted.c | 419 return tpm_pcr_extend(TPM_ANY_NUM, pcrnum, hash) ? -EINVAL : 0; in pcrlock()
|