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

  /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 130 milliseconds