summaryrefslogtreecommitdiff
path: root/lib/tpm-v2.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: add TPM2_GetRandom command supportDhananjay Phadke2020-07-081-0/+44
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* tpm: Convert to use a device parameterSimon Glass2018-11-291-28/+32
* tpm: add PCR authentication commands supportMiquel Raynal2018-05-251-0/+100
* tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal2018-05-251-0/+44
* tpm: add dictionary attack mitigation commands supportMiquel Raynal2018-05-251-0/+83
* tpm: add TPM2_GetCapability command supportMiquel Raynal2018-05-251-0/+33
* tpm: add TPM2_PCR_Read command supportMiquel Raynal2018-05-251-0/+42
* tpm: add TPM2_PCR_Extend command supportMiquel Raynal2018-05-251-0/+38
* tpm: add TPM2_Clear command supportMiquel Raynal2018-05-251-0/+35
* tpm: add TPM2_SelfTest command supportMiquel Raynal2018-05-251-0/+12
* tpm: add TPM2_Startup command supportMiquel Raynal2018-05-251-0/+21
* tpm: prepare support for TPMv2.x commandsMiquel Raynal2018-05-251-0/+11