Home
last modified time | relevance | path

Searched refs:requestSize (Results 1 – 12 of 12) sorted by relevance

/external/tpm2/
DExecCommand.c43 unsigned int requestSize, // IN: command buffer size in ExecuteCommand() argument
102 TpmFailureMode (requestSize, request, responseSize, response); in ExecuteCommand()
134 size = requestSize; in ExecuteCommand()
153 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE) in ExecuteCommand()
DCryptUtil.c1886 UINT16 requestSize; in CryptGenerateNewSymmetric() local
1889 requestSize = sensitive->sensitive.sym.t.size in CryptGenerateNewSymmetric()
1891 pAssert(requestSize <= sizeof(symValues)); in CryptGenerateNewSymmetric()
1892 requestSize = _cpri__GenerateSeededRandom(requestSize, symValues, hashAlg, in CryptGenerateNewSymmetric()
1896 pAssert(requestSize != 0); in CryptGenerateNewSymmetric()
1993 UINT32 requestSize = dataSize * 8; in CryptXORObfuscation() local
2001 requestSize, mask, &counter); in CryptXORObfuscation()
Dpart4.txt3315 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));
[all …]
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java163 int requestSize = 2048; field in BufferPerformanceBench
176 requestBytes = storeSourceData(new byte[requestSize]); in storeRequestResponseData()
177 responseBytes = storeSourceData(new byte[requestSize * responseFactor]); in storeRequestResponseData()
/external/tpm2/include/tpm2/
DExecCommand_fp.h9 unsigned int requestSize, // IN: command buffer size
/external/skia/src/gpu/
DGrBufferAllocPool.h106 bool createBlock(size_t requestSize);
DGrBufferAllocPool.cpp221 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock() argument
223 size_t size = SkTMax(requestSize, fMinBlockSize); in createBlock()
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
Dautobanh.jarMETA-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java ...
/external/guice/extensions/struts2/lib/
Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java2646 private void reusedConnectionFailsWithPost(TransferKind transferKind, int requestSize)
2655 byte[] requestBody = new byte[requestSize];
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...