HomeSort by relevance Sort by last modified time
    Searched defs:hashSize (Results 1 - 25 of 27) sorted by null

1 2

  /external/tpm2/
Rewrap.c 36 UINT16 hashSize = 0;
73 hashSize = sizeof(UINT16) +
75 privateBlob.t.size = in->inDuplicate.t.size - hashSize;
76 MemoryCopy(privateBlob.t.buffer, in->inDuplicate.t.buffer + hashSize,
104 hashSize = sizeof(UINT16) +
107 MemoryCopy(out->outDuplicate.t.buffer + hashSize, privateBlob.t.buffer,
Session.c 378 UINT16 hashSize; // The size of the hash used by the
383 hashSize = CryptGetHashDigestSize(session->authHashAlg);
390 session->sessionKey.t.size = hashSize;
393 &nonceCaller->b, hashSize * 8, session->sessionKey.t.buffer, NULL);
    [all...]
CpriRSA.c     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
iface.go 14 hashSize = 1009
19 hash [hashSize]*itab
27 return h % hashSize
hash_test.go 76 expected := float64(pairs) / math.Pow(2.0, float64(hashSize))
423 grid := make([][hashSize]int, n)
438 for j := 0; j < hashSize; j++ {
446 // More precisely, we did N = k.bits() * hashSize experiments where
450 N := n * hashSize
461 for j := 0; j < hashSize; j++ {
543 const hashSize = 32 + int(^uintptr(0)>>63<<5)
  /prebuilts/go/linux-x86/src/runtime/
iface.go 14 hashSize = 1009
19 hash [hashSize]*itab
27 return h % hashSize
hash_test.go 76 expected := float64(pairs) / math.Pow(2.0, float64(hashSize))
423 grid := make([][hashSize]int, n)
438 for j := 0; j < hashSize; j++ {
446 // More precisely, we did N = k.bits() * hashSize experiments where
450 N := n * hashSize
461 for j := 0; j < hashSize; j++ {
543 const hashSize = 32 + int(^uintptr(0)>>63<<5)
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 53 hashSize = 1 << hashBits
98 hashHead [hashSize]uint32
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 53 hashSize = 1 << hashBits
98 hashHead [hashSize]uint32
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 61 unsigned hashSize;
274 list->hashSize = (1 << shift);
275 list->hashMask = list->hashSize - 1;
277 list->hashTable = malloc(list->hashSize * sizeof(*list->hashTable));
281 for (i = 0; i < list->hashSize; ++i)
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.5/
kotlin-gradle-plugin-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 

Completed in 195 milliseconds

1 2