summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm1-cmd.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain2019-08-041-12/+24
* tpm: Actually fail on TPM errors during "get random"Kees Cook2019-06-241-2/+5
* tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-131-1/+3
* tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-131-1/+1
* tpm: dynamically allocate the allocated_banks arrayRoberto Sassu2019-02-131-0/+10
* tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-131-7/+7
* tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-131-9/+7Star
* tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-131-19/+7Star
* tpm: don't return bool from update_timeoutsJerry Snitselaar2019-02-131-2/+1Star
* tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-131-3/+3
* tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler2018-11-131-11/+10Star
* tpm1: reimplement SAVESTATE using tpm_bufTomas Winkler2018-11-131-10/+12
* tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler2018-11-131-2/+2
* tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler2018-11-131-17/+21
* tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler2018-11-131-36/+48
* tpm: factor out tpm_startup functionTomas Winkler2018-11-131-1/+36
* tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler2018-11-131-0/+61
* tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler2018-11-131-0/+142
* tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler2018-11-131-0/+55
* tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler2018-11-131-8/+43
* tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler2018-11-131-0/+21
* tpm: factor out tpm_get_timeouts()Tomas Winkler2018-11-131-0/+106
* tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler2018-11-131-1/+0Star
* tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler2018-11-131-0/+310