Home
last modified time | relevance | path

Searched refs:TPMIsStarted (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DPower_fp.h10 BOOL TPMIsStarted(void);
DPower.c53 TPMIsStarted( in TPMIsStarted() function
DExecCommand.c181 if(( !TPMIsStarted() && commandCode != TPM_CC_Startup) in ExecuteCommand()
182 || (TPMIsStarted() && commandCode == TPM_CC_Startup)) in ExecuteCommand()
D_TPM_Hash_Data.c22 TPMI_DH_PCR pcrHandle = TPMIsStarted() in _TPM_Hash_Data()
D_TPM_Hash_End.c33 if(TPMIsStarted()) in _TPM_Hash_End()
DPCR.c451 if(!TPMIsStarted()) in PcrDrtm()