Searched refs:pInstruction (Results 1 - 2 of 2) sorted by relevance
/hardware/ti/omap4-aah/security/tf_daemon/ |
H A D | delegation_client.c | 733 static TEEC_Result rpmbRead(DELEGATION_RPMB_INSTRUCTION *pInstruction) argument 748 memcpy(pMessages[nIndex].pNonce , pInstruction->pNonce, 16); 749 pMessages[nIndex].nAddr = pInstruction->nAddr; 750 pMessages[nIndex].nBlockCount = pInstruction->nBlockCount; 753 memcpy(pMessages[nNbMsg-1].pMAC,pInstruction->nMAC,32); 757 memcpy(pInstruction->pNonce,pMessages[0].pNonce , 16); 758 pInstruction->nAddr = pMessages[0].nAddr; 759 pInstruction->nBlockCount = pMessages[0].nBlockCount; 762 memcpy(g_pWorkspaceBuffer + pInstruction->nWorkspaceOffset[nIndex],pMessages[nIndex].pData,256); 764 memcpy(pInstruction 811 rpmbWrite(DELEGATION_RPMB_INSTRUCTION *pInstruction) argument 1051 DELEGATION_INSTRUCTION * pInstruction; local [all...] |
/hardware/ti/omap4xxx/security/tf_daemon/ |
H A D | delegation_client.c | 933 DELEGATION_INSTRUCTION * pInstruction; local 935 pInstruction = (DELEGATION_INSTRUCTION *)(&g_pExchangeBuffer->sInstructions[nInstructionsIndex/4]); 938 nInstructionID = pInstruction->sGeneric.nInstructionID; 966 nMessageType = pInstruction->sNotify.nMessageType; 967 nMessageSize = pInstruction->sNotify.nMessageSize; 981 memcpy(pMessage, &pInstruction->sNotify.nMessage[0], nMessageSize); 1031 nSectorID = pInstruction->sReadWrite.nSectorID; 1032 nWorkspaceOffset = pInstruction->sReadWrite.nWorkspaceOffset; 1050 nSectorID = pInstruction->sReadWrite.nSectorID; 1051 nWorkspaceOffset = pInstruction [all...] |
Completed in 189 milliseconds