Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tee_client_api/
Dtee_client_api_linux_driver.c478 SCHANNEL6_COMMAND sCommand; in TEEC_CloseSession() local
481 memset(&sCommand,0,sizeof(sCommand)); in TEEC_CloseSession()
482 sCommand.sHeader.nMessageType = SCX_CLOSE_CLIENT_SESSION; in TEEC_CloseSession()
483 sCommand.sHeader.nMessageSize = (sizeof(SCHANNEL6_CLOSE_CLIENT_SESSION_COMMAND) in TEEC_CloseSession()
485 sCommand.sCloseClientSession.hClientSession = session->imp._hClientSession; in TEEC_CloseSession()
486 scxExchangeMessage(context, &sCommand, &sAnswer, NULL); in TEEC_CloseSession()
514 SCHANNEL6_COMMAND sCommand; in TEEC_RegisterSharedMemory0() local
518 memset(&sCommand, 0, sizeof(sCommand)); in TEEC_RegisterSharedMemory0()
520sCommand.sRegisterSharedMemory.nMessageSize = (sizeof(SCHANNEL6_REGISTER_SHARED_MEMORY_COMMAND) - … in TEEC_RegisterSharedMemory0()
521 sCommand.sRegisterSharedMemory.nMessageType = SCX_REGISTER_SHARED_MEMORY; in TEEC_RegisterSharedMemory0()
[all …]