Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-tcti/
Dtcti-mssim.c62 TSS2_RC tcti_platform_command ( in tcti_platform_command() function
241 rc = tcti_platform_command (tctiContext, MS_SIM_CANCEL_ON); in tcti_mssim_cancel()
394 rc = tcti_platform_command (tctiContext, MS_SIM_CANCEL_OFF); in tcti_mssim_receive()
429 rc = tcti_platform_command (tctiContext, MS_SIM_POWER_ON); in simulator_setup()
435 rc = tcti_platform_command (tctiContext, MS_SIM_NV_ON); in simulator_setup()
/external/tpm2-tss/test/integration/
Dsapi-command-cancel.int.c83 rc = tcti_platform_command(tcti_context, MS_SIM_CANCEL_ON); in test_invoke()
114 rc = tcti_platform_command(tcti_context, MS_SIM_CANCEL_OFF); in test_invoke()
/external/tpm2-tss/lib/
Dtss2-tcti-mssim.map3 tcti_platform_command;
Dtss2-tcti-mssim.def3 tcti_platform_command
/external/tpm2-tss/include/tss2/
Dtss2_tcti_mssim.h27 TSS2_RC tcti_platform_command(
/external/tpm2-tss/test/tpmclient/
Dtpmclient.int.c102 tcti_platform_command(resMgrTctiContext, MS_SIM_POWER_OFF); in Cleanup()
147 rval = (TSS2_RC)tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_OFF ); in TpmReset()
150 rval = (TSS2_RC)tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_ON ); in TpmReset()
196 rval = tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_OFF ); in TestTpmStartup()
198 rval = tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_ON ); in TestTpmStartup()
213 rval = tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_OFF ); in TestTpmStartup()
215 rval = tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_ON ); in TestTpmStartup()
2146 rval = tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_OFF ); in test_invoke()
2149 rval = tcti_platform_command( resMgrTctiContext, MS_SIM_POWER_ON ); in test_invoke()