Home
last modified time | relevance | path

Searched refs:pcrextend_in (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/char/tpm/
Dtpm.c809 cmd.params.pcrextend_in.pcr_idx = cpu_to_be32(pcr_idx); in tpm_pcr_extend()
810 memcpy(cmd.params.pcrextend_in.hash, hash, TPM_DIGEST_SIZE); in tpm_pcr_extend()
1306 cmd.params.pcrextend_in.pcr_idx = cpu_to_be32(tpm_suspend_pcr); in tpm_pm_suspend()
1307 memcpy(cmd.params.pcrextend_in.hash, dummy_hash, in tpm_pm_suspend()
Dtpm.h279 struct tpm_pcrextend_in pcrextend_in; member