summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm1-cmd.c
AgeCommit message (Expand)Author
2022-08-03tpm: Add upgrade/reduced mode support for TPM1.2 modulesStefan Mahnke-Hartmann
2021-06-23tpm: fix some doc warnings in tpm1-cmd.cYang Yingliang
2019-11-12tpm: provide a way to override the chip returned durationsJerry Snitselaar
2019-08-05tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain
2019-06-24tpm: Actually fail on TPM errors during "get random"Kees Cook
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu
2019-02-13tpm: dynamically allocate the allocated_banks arrayRoberto Sassu
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen
2019-02-13tpm: don't return bool from update_timeoutsJerry Snitselaar
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler
2018-11-13tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler
2018-11-13tpm1: reimplement SAVESTATE using tpm_bufTomas Winkler
2018-11-13tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler
2018-11-13tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler
2018-11-13tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler
2018-11-13tpm: factor out tpm_startup functionTomas Winkler
2018-11-13tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler
2018-11-13tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler
2018-11-13tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler
2018-11-13tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler
2018-11-13tpm: factor out tpm_get_timeouts()Tomas Winkler
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler