Searched refs:tcti_platform_command (Results 1 – 6 of 6) sorted by relevance
/external/tpm2-tss/src/tss2-tcti/ |
D | tcti-mssim.c | 62 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/ |
D | sapi-command-cancel.int.c | 83 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/ |
D | tss2-tcti-mssim.map | 3 tcti_platform_command;
|
D | tss2-tcti-mssim.def | 3 tcti_platform_command
|
/external/tpm2-tss/include/tss2/ |
D | tss2_tcti_mssim.h | 27 TSS2_RC tcti_platform_command(
|
/external/tpm2-tss/test/tpmclient/ |
D | tpmclient.int.c | 102 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()
|