Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c875 static int runSession(TEEC_Context* pContext, TEEC_Session* pSession, TEEC_Operation* pOperation) in runSession() argument
886 pOperation->paramTypes = TEEC_PARAM_TYPES( in runSession()
891 pOperation->params[0].memref.parent = &sExchangeSharedMem; in runSession()
892pOperation->params[0].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sAdministrativeData); in runSession()
893 pOperation->params[0].memref.size = sizeof(g_pExchangeBuffer->sAdministrativeData); in runSession()
895 pOperation->params[1].memref.parent = &sExchangeSharedMem; in runSession()
896 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()
897 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions); in runSession()
899 pOperation->params[2].memref.parent = &sExchangeSharedMem; in runSession()
900 pOperation->params[2].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sWorkspace); in runSession()
[all …]
/hardware/ti/omap4-aah/security/tf_daemon/
Ddelegation_client.c993 static int runSession(TEEC_Context* pContext, TEEC_Session* pSession, TEEC_Operation* pOperation) in runSession() argument
1004 pOperation->paramTypes = TEEC_PARAM_TYPES( in runSession()
1009 pOperation->params[0].memref.parent = &sExchangeSharedMem; in runSession()
1010pOperation->params[0].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sAdministrativeData); in runSession()
1011 pOperation->params[0].memref.size = sizeof(g_pExchangeBuffer->sAdministrativeData); in runSession()
1013 pOperation->params[1].memref.parent = &sExchangeSharedMem; in runSession()
1014 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()
1015 pOperation->params[1].memref.size = sizeof(g_pExchangeBuffer->sInstructions); in runSession()
1017 pOperation->params[2].memref.parent = &sExchangeSharedMem; in runSession()
1018 pOperation->params[2].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sWorkspace); in runSession()
[all …]
/hardware/ti/omap4xxx/security/tee_client_api/
Dtee_client_api_linux_driver.c160 IN TEEC_Operation* pOperation) in scxExchangeMessage() argument
166 if (pOperation != NULL) in scxExchangeMessage()
173 pCommand->sHeader.nMessageInfo = pOperation->paramTypes; in scxExchangeMessage()
187 uint32_t nTEECParamType = SCX_PARAM_TYPE_GET(pOperation->paramTypes, i); in scxExchangeMessage()
188 TEEC_Parameter* pTEECParam = &pOperation->params[i]; in scxExchangeMessage()
255 if (pOperation != NULL) in scxExchangeMessage()
280 pOperation->params[i].memref.size = pSCXAnswers[i].sSize.nSize; in scxExchangeMessage()
285 pOperation->params[i].value.a = pSCXAnswers[i].sValue.a; in scxExchangeMessage()
286 pOperation->params[i].value.b = pSCXAnswers[i].sValue.b; in scxExchangeMessage()
/hardware/ti/omap4-aah/security/tee_client_api/
Dtee_client_api_linux_driver.c168 IN TEEC_Operation* pOperation) in scxExchangeMessage() argument
174 if (pOperation != NULL) in scxExchangeMessage()
181 pCommand->sHeader.nMessageInfo = pOperation->paramTypes; in scxExchangeMessage()
195 uint32_t nTEECParamType = SCX_PARAM_TYPE_GET(pOperation->paramTypes, i); in scxExchangeMessage()
196 TEEC_Parameter* pTEECParam = &pOperation->params[i]; in scxExchangeMessage()
263 if (pOperation != NULL) in scxExchangeMessage()
288 pOperation->params[i].memref.size = pSCXAnswers[i].sSize.nSize; in scxExchangeMessage()
293 pOperation->params[i].value.a = pSCXAnswers[i].sValue.a; in scxExchangeMessage()
294 pOperation->params[i].value.b = pSCXAnswers[i].sValue.b; in scxExchangeMessage()