Age | Commit message (Expand) | Author | Files | Lines |
2018-11-13 | tpm: use u32 instead of int for PCR index | Tomas Winkler | 1 | -3/+3 |
2018-11-13 | tpm1: reimplement tpm1_continue_selftest() using tpm_buf | Tomas Winkler | 1 | -11/+10 |
2018-11-13 | tpm1: reimplement SAVESTATE using tpm_buf | Tomas Winkler | 1 | -10/+12 |
2018-11-13 | tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read() | Tomas Winkler | 1 | -2/+2 |
2018-11-13 | tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure | Tomas Winkler | 1 | -17/+21 |
2018-11-13 | tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure | Tomas Winkler | 1 | -36/+48 |
2018-11-13 | tpm: factor out tpm_startup function | Tomas Winkler | 1 | -1/+36 |
2018-11-13 | tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c | Tomas Winkler | 1 | -0/+61 |
2018-11-13 | tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c | Tomas Winkler | 1 | -0/+142 |
2018-11-13 | tpm: factor out tpm1_get_random into tpm1-cmd.c | Tomas Winkler | 1 | -0/+55 |
2018-11-13 | tpm: move tpm_getcap to tpm1-cmd.c | Tomas Winkler | 1 | -8/+43 |
2018-11-13 | tpm: move tpm1_pcr_extend to tpm1-cmd.c | Tomas Winkler | 1 | -0/+21 |
2018-11-13 | tpm: factor out tpm_get_timeouts() | Tomas Winkler | 1 | -0/+106 |
2018-11-13 | tpm: add tpm_calc_ordinal_duration() wrapper | Tomas Winkler | 1 | -1/+0 |
2018-11-13 | tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c | Tomas Winkler | 1 | -0/+310 |