Home
last modified time | relevance | path

Searched refs:MS_SIM_POWER_ON (Results 1 – 3 of 3) sorted by relevance

/external/tpm2-tss/include/tss2/
Dtss2_tcti_mssim.h15 #define MS_SIM_POWER_ON 1 macro
/external/tpm2-tss/test/tpmclient/
Dtpmclient.int.c150 rval = (TSS2_RC)tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_ON ); in TpmReset()
198 rval = tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_ON ); in TestTpmStartup()
215 rval = tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_ON ); in TestTpmStartup()
2149 rval = tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_ON ); in test_invoke()
/external/tpm2-tss/src/tss2-tcti/
Dtcti-mssim.c429 rc = tcti_platform_command (tctiContext, MS_SIM_POWER_ON); in simulator_setup()