Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c91 struct tpm2_auth { struct
235 struct tpm2_auth *auth; in tpm_buf_append_name()
330 struct tpm2_auth *auth; in tpm_buf_append_hmac_session()
496 struct tpm2_auth *auth) in tpm_buf_append_salt()
593 struct tpm2_auth *auth = chip->auth; in tpm_buf_fill_hmac_session()
754 struct tpm2_auth *auth = chip->auth; in tpm_buf_check_hmac_response()
888 struct tpm2_auth *auth = chip->auth; in tpm2_end_auth_session()
899 static int tpm2_parse_start_auth_session(struct tpm2_auth *auth, in tpm2_parse_start_auth_session()
979 struct tpm2_auth *auth; in tpm2_start_auth_session()
/linux/include/linux/
H A Dtpm.h35 struct tpm2_auth;
214 struct tpm2_auth *auth;
495 static inline struct tpm2_auth *tpm2_chip_auth(struct tpm_chip *chip) in tpm2_chip_auth()