HomeSort by relevance Sort by last modified time
    Searched refs:hashSize (Results 1 - 25 of 26) 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...]
  /external/boringssl/src/ssl/test/runner/
hkdf.go 34 hashSize := hash().Size()
35 if length > 255*hashSize {
38 if len(prk) < hashSize {
53 copy(okm[(int(counter)-1)*hashSize:], block)
54 length -= hashSize
  /prebuilts/go/darwin-x86/src/runtime/
hash_test.go 110 expected := float64(pairs) / math.Pow(2.0, float64(hashSize))
457 grid := make([][hashSize]int, n)
472 for j := 0; j < hashSize; j++ {
480 // More precisely, we did N = k.bits() * hashSize experiments where
484 N := n * hashSize
495 for j := 0; j < hashSize; j++ {
577 const hashSize = 32 + int(^uintptr(0)>>63<<5)
  /prebuilts/go/linux-x86/src/runtime/
hash_test.go 110 expected := float64(pairs) / math.Pow(2.0, float64(hashSize))
457 grid := make([][hashSize]int, n)
472 for j := 0; j < hashSize; j++ {
480 // More precisely, we did N = k.bits() * hashSize experiments where
484 N := n * hashSize
495 for j := 0; j < hashSize; j++ {
577 const hashSize = 32 + int(^uintptr(0)>>63<<5)
  /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)
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsStorage.java 167 int hashSize = is.readInt();
169 if (hashSize > 0) {
170 hash = new byte[hashSize];
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 136 UInt32 maxLen = kStartMaxLen; // to avoid items for len < hashSize;
  /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
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 675 void InitHashTable(UINT hashSize,WINBOOL bAllocNow = TRUE);
  /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-databind/2.6.6/
jackson-databind-2.6.6.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/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.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.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 838 milliseconds

1 2