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
253 struct tpm2_auth *auth; in tpm_buf_append_name()
370 struct tpm2_auth *auth; in tpm_buf_append_hmac_session()
490 struct tpm2_auth *auth) in tpm_buf_append_salt()
585 struct tpm2_auth *auth = chip->auth; in tpm_buf_fill_hmac_session()
762 struct tpm2_auth *auth = chip->auth; in tpm_buf_check_hmac_response()
896 struct tpm2_auth *auth = chip->auth; in tpm2_end_auth_session()
907 static int tpm2_parse_start_auth_session(struct tpm2_auth *auth, in tpm2_parse_start_auth_session()
984 struct tpm2_auth *auth; in tpm2_start_auth_session()
/linux/include/linux/
H A Dtpm.h37 struct tpm2_auth;
217 struct tpm2_auth *auth;
523 static inline struct tpm2_auth *tpm2_chip_auth(struct tpm_chip *chip) in tpm2_chip_auth()