Home
last modified time | relevance | path

Searched refs:tpm_buf_append_auth (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dtpm.h509 void tpm_buf_append_auth(struct tpm_chip *chip, struct tpm_buf *buf,
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c273 void tpm_buf_append_auth(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_buf_append_auth() function
335 tpm_buf_append_auth(chip, buf, attributes, passphrase, in tpm_buf_append_hmac_session()
H A Dtpm2-cmd.c257 tpm_buf_append_auth(chip, &buf, 0, NULL, 0); in tpm2_pcr_extend()