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

  /hardware/ti/omap4-aah/security/tf_daemon/
service_delegation_protocol.h 94 uint32_t nWorkspaceOffset;
102 uint32_t nWorkspaceOffset[16];
delegation_client.c 693 * @param nWorkspaceOffset: the offset in the workspace where the sector must be written
695 static TEEC_Result partitionRead(uint32_t nPartitionID, uint32_t nSectorIndex, uint32_t nWorkspaceOffset)
700 nPartitionID, nSectorIndex, nWorkspaceOffset);
716 if (fread(g_pWorkspaceBuffer + nWorkspaceOffset,
762 memcpy(g_pWorkspaceBuffer + pInstruction->nWorkspaceOffset[nIndex],pMessages[nIndex].pData,256);
777 * @param nWorkspaceOffset: the offset in the workspace where the sector must be read
779 static TEEC_Result partitionWrite(uint32_t nPartitionID, uint32_t nSectorIndex, uint32_t nWorkspaceOffset)
784 nPartitionID, nSectorIndex, nWorkspaceOffset);
800 if (fwrite(g_pWorkspaceBuffer + nWorkspaceOffset,
826 memcpy(pMessages[nIndex].pData,g_pWorkspaceBuffer + pInstruction->nWorkspaceOffset[nIndex],256)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 650 * @param nWorkspaceOffset: the offset in the workspace where the sector must be written
652 static TEEC_Result partitionRead(uint32_t nPartitionID, uint32_t nSectorIndex, uint32_t nWorkspaceOffset)
657 nPartitionID, nSectorIndex, nWorkspaceOffset);
673 if (fread(g_pWorkspaceBuffer + nWorkspaceOffset,
694 * @param nWorkspaceOffset: the offset in the workspace where the sector must be read
696 static TEEC_Result partitionWrite(uint32_t nPartitionID, uint32_t nSectorIndex, uint32_t nWorkspaceOffset)
701 nPartitionID, nSectorIndex, nWorkspaceOffset);
717 if (fwrite(g_pWorkspaceBuffer + nWorkspaceOffset,
1028 uint32_t nWorkspaceOffset;
1032 nWorkspaceOffset = pInstruction->sReadWrite.nWorkspaceOffset
    [all...]
service_delegation_protocol.h 90 uint32_t nWorkspaceOffset;

Completed in 47 milliseconds