Home
last modified time | relevance | path

Searched refs:tpm_buf_reset (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm-buf.c24 tpm_buf_reset(buf, tag, ordinal); in tpm_buf_init()
35 void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() function
49 EXPORT_SYMBOL_GPL(tpm_buf_reset);
H A Dtpm1-cmd.c574 tpm_buf_reset(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_GET_RANDOM); in tpm1_get_random()
775 tpm_buf_reset(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_SAVESTATE); in tpm1_pm_suspend()
H A Dtpm2-cmd.c284 tpm_buf_reset(&buf, TPM2_ST_SESSIONS, TPM2_CC_GET_RANDOM); in tpm2_get_random()
/linux/include/linux/
H A Dtpm.h419 void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal);