HomeSort by relevance Sort by last modified time
    Searched refs:pInstruction (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 733 static TEEC_Result rpmbRead(DELEGATION_RPMB_INSTRUCTION *pInstruction)
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->nMAC, pMessages[nNbMsg-1].pMAC,32)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 933 DELEGATION_INSTRUCTION * pInstruction;
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->sReadWrite.nWorkspaceOffset
    [all...]

Completed in 123 milliseconds