Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-space.c232 i = tpm2_find_cc(chip, cc); in tpm2_map_command()
265 i = tpm2_find_cc(chip, cc); in tpm_find_and_validate_cc()
373 i = tpm2_find_cc(chip, cc); in tpm2_map_response_header()
H A Dtpm.h125 int tpm2_find_cc(struct tpm_chip *chip, u32 cc);
H A Dtpm2-sessions.c620 i = tpm2_find_cc(chip, cc); in tpm_buf_fill_hmac_session()
805 i = tpm2_find_cc(chip, cc); in tpm_buf_check_hmac_response()
H A Dtpm2-cmd.c744 int tpm2_find_cc(struct tpm_chip *chip, u32 cc) in tpm2_find_cc() function