jyao1 / rust-tpm-20-ref

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need 2 APIs to wrap tpm initialize/terminate

mxu9 opened this issue · comments

commented

To initialize or terminate a TPM chip there are a serial of functions to be called. These serial calls can be wrapped into 2 functions:
- _plat__TPM_Initialize
- _plat__TPM_Terminate

commented

Fixed.