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.c86 struct tpm2_auth { struct
230 struct tpm2_auth *auth; in tpm_buf_append_name()
325 struct tpm2_auth *auth; in tpm_buf_append_hmac_session()
491 struct tpm2_auth *auth) in tpm_buf_append_salt()
588 struct tpm2_auth *auth = chip->auth; in tpm_buf_fill_hmac_session()
749 struct tpm2_auth *auth = chip->auth; in tpm_buf_check_hmac_response()
883 struct tpm2_auth *auth = chip->auth; in tpm2_end_auth_session()
894 static int tpm2_parse_start_auth_session(struct tpm2_auth *auth, in tpm2_parse_start_auth_session()
971 struct tpm2_auth *auth; in tpm2_start_auth_session()
/linux/include/linux/
H A Dtpm.h35 struct tpm2_auth;
215 struct tpm2_auth *auth;
517 static inline struct tpm2_auth *tpm2_chip_auth(struct tpm_chip *chip) in tpm2_chip_auth()