summaryrefslogtreecommitdiff
path: root/cmd/tpm-v2.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-26tpm: add PCR authentication commands supportMiquel Raynal1-0/+48
2018-05-26tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal1-12/+47
2018-05-26tpm: add dictionary attack mitigation commands supportMiquel Raynal1-0/+67
2018-05-26tpm: add TPM2_GetCapability command supportMiquel Raynal1-0/+45
2018-05-26tpm: add TPM2_PCR_Read command supportMiquel Raynal1-0/+43
2018-05-26tpm: add TPM2_PCR_Extend command supportMiquel Raynal1-0/+37
2018-05-26tpm: add TPM2_Clear command supportMiquel Raynal1-0/+29
2018-05-26tpm: add TPM2_SelfTest command supportMiquel Raynal1-0/+26
2018-05-26tpm: add TPM2_Startup command supportMiquel Raynal1-0/+26
2018-05-26tpm: prepare support for TPMv2.x commandsMiquel Raynal1-0/+33