index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm1-cmd.c
Age
Commit message (
Expand
)
Author
2019-11-12
tpm: provide a way to override the chip returned durations
Jerry Snitselaar
2019-08-05
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
2019-06-24
tpm: Actually fail on TPM errors during "get random"
Kees Cook
2019-02-13
tpm: retrieve digest size of unknown algorithms with PCR read
Roberto Sassu
2019-02-13
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
2019-02-13
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
2019-02-13
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
2019-02-13
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
2019-02-13
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
2019-02-13
tpm: don't return bool from update_timeouts
Jerry Snitselaar
2018-11-13
tpm: use u32 instead of int for PCR index
Tomas Winkler
2018-11-13
tpm1: reimplement tpm1_continue_selftest() using tpm_buf
Tomas Winkler
2018-11-13
tpm1: reimplement SAVESTATE using tpm_buf
Tomas Winkler
2018-11-13
tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()
Tomas Winkler
2018-11-13
tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure
Tomas Winkler
2018-11-13
tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
Tomas Winkler
2018-11-13
tpm: factor out tpm_startup function
Tomas Winkler
2018-11-13
tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
Tomas Winkler
2018-11-13
tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
Tomas Winkler
2018-11-13
tpm: factor out tpm1_get_random into tpm1-cmd.c
Tomas Winkler
2018-11-13
tpm: move tpm_getcap to tpm1-cmd.c
Tomas Winkler
2018-11-13
tpm: move tpm1_pcr_extend to tpm1-cmd.c
Tomas Winkler
2018-11-13
tpm: factor out tpm_get_timeouts()
Tomas Winkler
2018-11-13
tpm: add tpm_calc_ordinal_duration() wrapper
Tomas Winkler
2018-11-13
tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
Tomas Winkler