OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pInstruction
(Results
1 - 3
of
3
) 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
...]
/external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp
386
CFDE_XMLInstruction*
pInstruction
= (CFDE_XMLInstruction*)pNode;
387
if (
pInstruction
->m_wsTarget.CompareNoCase(L"xml") == 0) {
400
ws.Format(L"<?%s", (const FX_WCHAR*)
pInstruction
->m_wsTarget);
402
CFX_WideStringArray& attributes =
pInstruction
->m_Attributes;
419
CFX_WideStringArray& targetdata =
pInstruction
->m_TargetData;
956
CFDE_XMLInstruction*
pInstruction
= (CFDE_XMLInstruction*)pNode;
957
if (
pInstruction
->m_wsTarget.CompareNoCase(L"xml") == 0) {
970
ws.Format(L"<?%s", (const FX_WCHAR*)
pInstruction
->m_wsTarget);
972
CFX_WideStringArray& attributes =
pInstruction
->m_Attributes;
989
CFX_WideStringArray& targetdata =
pInstruction
->m_TargetData;
[
all
...]
Completed in 801 milliseconds