Lines Matching refs:requestSize
3315 8 unsigned int requestSize, // IN: command buffer size
3373 60 // the sizes do not include the tag, commandCode, requestSize, or the authorization
3392 79 TpmFailureMode (requestSize, request, responseSize, response);
3432 114 size = requestSize;
3448 130 // received on that port is requestSize it must be identical to commandSize.
3453 135 // it reaches MAX_COMMAND_SIZE, and requestSize would not equal commandSize.
3454 136 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE)
21579 1490 UINT16 requestSize;
21583 1494 requestSize = sensitive->sensitive.sym.t.size
21585 1496 pAssert(requestSize <= sizeof(symValues));
21587 1498 requestSize = _cpri__GenerateSeededRandom(requestSize, symValues, hashAlg,
21591 1502 pAssert(requestSize != 0);
21703 1585 UINT32 requestSize = dataSize * 8;
21713 1595 requestSize, mask, &counter);