Lines Matching refs:tpm_chip
39 int tpm2_get_timeouts(struct tpm_chip *chip) in tpm2_get_timeouts()
142 unsigned long tpm2_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal) in tpm2_calc_ordinal_duration()
175 int tpm2_pcr_read(struct tpm_chip *chip, u32 pcr_idx, in tpm2_pcr_read()
249 int tpm2_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, in tpm2_pcr_extend()
302 int tpm2_get_random(struct tpm_chip *chip, u8 *dest, size_t max) in tpm2_get_random()
362 void tpm2_flush_context(struct tpm_chip *chip, u32 handle) in tpm2_flush_context()
419 int tpm2_seal_trusted(struct tpm_chip *chip, in tpm2_seal_trusted()
533 static int tpm2_load_cmd(struct tpm_chip *chip, in tpm2_load_cmd()
597 static int tpm2_unseal_cmd(struct tpm_chip *chip, in tpm2_unseal_cmd()
657 int tpm2_unseal_trusted(struct tpm_chip *chip, in tpm2_unseal_trusted()
692 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id, u32 *value, in tpm2_get_tpm_pt()
726 void tpm2_shutdown(struct tpm_chip *chip, u16 shutdown_type) in tpm2_shutdown()
752 static int tpm2_do_selftest(struct tpm_chip *chip) in tpm2_do_selftest()
789 int tpm2_probe(struct tpm_chip *chip) in tpm2_probe()
813 static int tpm2_init_bank_info(struct tpm_chip *chip, u32 bank_index) in tpm2_init_bank_info()
843 ssize_t tpm2_get_pcr_allocation(struct tpm_chip *chip) in tpm2_get_pcr_allocation()
922 static int tpm2_get_cc_attrs_tbl(struct tpm_chip *chip) in tpm2_get_cc_attrs_tbl()
996 static int tpm2_startup(struct tpm_chip *chip) in tpm2_startup()
1021 int tpm2_auto_startup(struct tpm_chip *chip) in tpm2_auto_startup()
1051 int tpm2_find_cc(struct tpm_chip *chip, u32 cc) in tpm2_find_cc()