Searched refs:requestSize (Results 1 - 11 of 11) sorted by relevance

/external/tpm2/include/tpm2/
H A DExecCommand_fp.h9 unsigned int requestSize, // IN: command buffer size
/external/tpm2/
H A DExecCommand.c43 unsigned int requestSize, // IN: command buffer size
85 // the sizes do not include the tag, commandCode, requestSize, or the authorization
102 TpmFailureMode (requestSize, request, responseSize, response);
134 size = requestSize;
147 // received on that port is requestSize it must be identical to commandSize.
152 // it reaches MAX_COMMAND_SIZE, and requestSize would not equal commandSize.
153 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE)
42 ExecuteCommand( unsigned int requestSize, unsigned char *request, unsigned int *responseSize, unsigned char **response ) argument
H A DCryptUtil.c1887 UINT16 requestSize;
1890 requestSize = sensitive->sensitive.sym.t.size
1892 pAssert(requestSize <= sizeof(symValues));
1893 requestSize = _cpri__GenerateSeededRandom(requestSize, symValues, hashAlg,
1897 pAssert(requestSize != 0);
1994 UINT32 requestSize = dataSize * 8;
2002 requestSize, mask, &counter);
1886 UINT16 requestSize; local
1993 UINT32 requestSize = dataSize * 8; local
/external/skia/src/gpu/
H A DGrBufferAllocPool.h106 bool createBlock(size_t requestSize);
H A DGrBufferAllocPool.cpp221 bool GrBufferAllocPool::createBlock(size_t requestSize) { argument
223 size_t size = SkTMax(requestSize, fMinBlockSize);
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
H A DBufferPerformanceBench.java163 int requestSize = 2048; field in class:BufferPerformanceBench
176 requestBytes = storeSourceData(new byte[requestSize]);
177 responseBytes = storeSourceData(new byte[requestSize * responseFactor]);
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
H A Dautobanh.jarMETA-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java package de.tavendo ...
/external/guice/extensions/struts2/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DURLConnectionTest.java2646 private void reusedConnectionFailsWithPost(TransferKind transferKind, int requestSize) argument
2655 byte[] requestBody = new byte[requestSize];
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 517 milliseconds