aboutsummaryrefslogtreecommitdiff
path: root/src/std/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-19tcgbios: Add support for SHA3 type of algorithmsStefan Berger1-0/+9
2020-03-20std/tcg: Replace zero-length array with flexible-array memberPaul Menzel1-1/+1
2019-02-04tcgbios: Implement TPM 2.0 menu item to activate and deactivate PCR banksStefan Berger1-0/+17
2016-11-27tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()Kevin O'Connor1-3/+7
2016-11-27tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()Kevin O'Connor1-1/+2
2016-11-27tpm: Add comment banners to tcg.c separating major parts of specKevin O'Connor1-101/+91
2016-08-11tpm: Append to TPM2 log the hashes used for PCR extensionKevin O'Connor1-12/+12
2016-08-10tpm: Extend tpm20_extend to support extending to multiple PCR banksStefan Berger1-7/+25
2016-08-10tpm: Refactor tpml_digest_values_sha1 structureStefan Berger1-3/+3
2016-08-10tpm: Restructure tpm20_extend to use buffer and take hash as parameterStefan Berger1-1/+1
2016-08-10tpm: Retrieve the PCR Bank configurationStefan Berger1-0/+29
2016-02-29tpm: Write logs in TPM 2 formatKevin O'Connor1-0/+35
2016-02-05tpm: Filter TPM commands in passthrough APIStefan Berger1-0/+2
2016-02-05tpm: Implement TPM 2's tpm_set_failure partStefan Berger1-0/+12
2016-02-05tpm: Implement tpm20_menuStefan Berger1-0/+17
2016-02-05tpm: Implement tpm20_extendStefan Berger1-0/+17
2016-02-05tpm: Implement tpm20_prepbootStefan Berger1-0/+44
2016-02-05tpm: Implement tpm20_startup and tpm20_s3_resumeStefan Berger1-0/+20
2016-01-07tpm: Add support for harware physical presenceStefan Berger1-0/+1
2016-01-05tpm: Introduce tpm_get_capability() helper functionKevin O'Connor1-8/+9
2015-12-29tpm: Avoid macro expansion of tpm request / response structsKevin O'Connor1-23/+17
2015-12-20tpm: Add a menu for TPM configurationStefan Berger1-0/+41
2015-11-23tpm: Don't implement scatter-gather in transmit()Kevin O'Connor1-4/+0
2015-11-23tpm: pcpes->event is a variable length arrayKevin O'Connor1-1/+1
2015-11-22tpm: Refactor pass_through_to_tpmStefan Berger1-11/+0
2015-11-22tpm: Drop code using the TPM for sha1Stefan Berger1-3/+0
2015-11-19tpm: Move standard definitions from tcgbios.h to new file std/tcg.hKevin O'Connor1-0/+346