aboutsummaryrefslogtreecommitdiff
path: root/lib/tpm-v2.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-08tpm: add TPM2_GetRandom command supportDhananjay Phadke1-0/+44
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2018-11-29tpm: Convert to use a device parameterSimon Glass1-28/+32
2018-05-25tpm: add PCR authentication commands supportMiquel Raynal1-0/+100
2018-05-25tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal1-0/+44
2018-05-25tpm: add dictionary attack mitigation commands supportMiquel Raynal1-0/+83
2018-05-25tpm: add TPM2_GetCapability command supportMiquel Raynal1-0/+33
2018-05-25tpm: add TPM2_PCR_Read command supportMiquel Raynal1-0/+42
2018-05-25tpm: add TPM2_PCR_Extend command supportMiquel Raynal1-0/+38
2018-05-25tpm: add TPM2_Clear command supportMiquel Raynal1-0/+35
2018-05-25tpm: add TPM2_SelfTest command supportMiquel Raynal1-0/+12
2018-05-25tpm: add TPM2_Startup command supportMiquel Raynal1-0/+21
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal1-0/+11