summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm1-cmd.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu1-1/+3
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu1-1/+1
2019-02-13tpm: dynamically allocate the allocated_banks arrayRoberto Sassu1-0/+10
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen1-7/+7
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen1-9/+7
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen1-19/+7
2019-02-13tpm: don't return bool from update_timeoutsJerry Snitselaar1-2/+1
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler1-3/+3
2018-11-13tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler1-11/+10
2018-11-13tpm1: reimplement SAVESTATE using tpm_bufTomas Winkler1-10/+12
2018-11-13tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler1-2/+2
2018-11-13tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler1-17/+21
2018-11-13tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler1-36/+48
2018-11-13tpm: factor out tpm_startup functionTomas Winkler1-1/+36
2018-11-13tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler1-0/+61
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler1-0/+142
2018-11-13tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler1-0/+55
2018-11-13tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler1-8/+43
2018-11-13tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler1-0/+21
2018-11-13tpm: factor out tpm_get_timeouts()Tomas Winkler1-0/+106
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler1-1/+0
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler1-0/+310