Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c125 } DELEGATION_EXCHANGE_BUFFER; typedef
379 static DELEGATION_EXCHANGE_BUFFER * g_pExchangeBuffer;
892 … pOperation->params[0].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sAdministrativeData); in runSession()
896 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()
900 pOperation->params[2].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sWorkspace); in runSession()
1146 nExchangeBufferSize = sizeof(DELEGATION_EXCHANGE_BUFFER)-1+g_nWorkspaceSize; in createSession()
1147 g_pExchangeBuffer = (DELEGATION_EXCHANGE_BUFFER*)malloc(nExchangeBufferSize); in createSession()
/hardware/ti/omap4-aah/security/tf_daemon/
Ddelegation_client.c129 } DELEGATION_EXCHANGE_BUFFER; typedef
422 static DELEGATION_EXCHANGE_BUFFER * g_pExchangeBuffer;
1010 … pOperation->params[0].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sAdministrativeData); in runSession()
1014 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()
1018 pOperation->params[2].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sWorkspace); in runSession()
1312 nExchangeBufferSize = sizeof(DELEGATION_EXCHANGE_BUFFER)-1+g_nWorkspaceSize; in createSession()
1313 g_pExchangeBuffer = (DELEGATION_EXCHANGE_BUFFER*)malloc(nExchangeBufferSize); in createSession()