/external/tpm2/ |
D | ExecCommand.c | 43 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()
|
D | CryptUtil.c | 1886 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()
|
D | part4.txt | 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)); [all …]
|
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/ |
D | BufferPerformanceBench.java | 163 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/ |
D | ExecCommand_fp.h | 9 unsigned int requestSize, // IN: command buffer size
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.h | 106 bool createBlock(size_t requestSize);
|
D | GrBufferAllocPool.cpp | 221 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/ |
D | autobanh.jar | META-INF/MANIFEST.MF
de/tavendo/autobahn/ByteBufferInputStream.class
ByteBufferInputStream.java
... |
/external/guice/extensions/struts2/lib/ |
D | commons-fileupload-1.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
D | commons-fileupload-1.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | URLConnectionTest.java | 2646 private void reusedConnectionFailsWithPost(TransferKind transferKind, int requestSize) 2655 byte[] requestBody = new byte[requestSize];
|
/external/guice/extensions/persist/lib/ |
D | hsqldb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hsqldb/
org/ ... |