Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:nInstructionsBufferSize

1002       uint32_t                         nInstructionsBufferSize = sizeof(g_pExchangeBuffer->sInstructions);
1034 if (pOperation->params[1].tmpref.size > nInstructionsBufferSize)
1048 nInstructionsBufferSize = pOperation->params[1].tmpref.size;
1054 if (nInstructionsIndex + 4 <= nInstructionsBufferSize)
1082 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1097 if (nInstructionsIndex + nMessageSize <= nInstructionsBufferSize)
1160 if (nInstructionsIndex + sizeof(DELEGATION_RPMB_INSTRUCTION)-sizeof(uint32_t) <= nInstructionsBufferSize)
1178 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1196 if (nInstructionsIndex + sizeof(DELEGATION_RPMB_INSTRUCTION)-sizeof(uint32_t) <= nInstructionsBufferSize)
1214 if (nInstructionsIndex + 8 <= nInstructionsBufferSize)
1239 if (nInstructionsIndex + 4 <= nInstructionsBufferSize)