HomeSort by relevance Sort by last modified time
    Searched refs:computeHash (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
SHA1.h 60 // computeHash has a side effect of resetting the state of the object.
61 void computeHash(Vector<uint8_t, 20>&);
SHA1Test.cpp 50 sha1.computeHash(digest);
StringHasher.h 216 template<typename T, UChar Converter(T)> static unsigned computeHash(const T* data, unsigned length)
223 template<typename T, UChar Converter(T)> static unsigned computeHash(const T* data)
230 template<typename T> static unsigned computeHash(const T* data, unsigned length)
232 return computeHash<T, defaultConverter>(data, length);
235 template<typename T> static unsigned computeHash(const T* data)
237 return computeHash<T, defaultConverter>(data);
StringHasherTest.cpp 401 ASSERT_EQ(emptyStringHash, StringHasher::computeHash(static_cast<LChar*>(0), 0));
402 ASSERT_EQ(emptyStringHash, StringHasher::computeHash(nullLChars, 0));
403 ASSERT_EQ(emptyStringHash, StringHasher::computeHash(static_cast<UChar*>(0), 0));
404 ASSERT_EQ(emptyStringHash, StringHasher::computeHash(nullUChars, 0));
406 ASSERT_EQ(singleNullCharacterHash, StringHasher::computeHash(nullLChars, 1));
407 ASSERT_EQ(singleNullCharacterHash, StringHasher::computeHash(nullUChars, 1));
409 ASSERT_EQ(testAHash5, StringHasher::computeHash(testALChars, 5));
410 ASSERT_EQ(testAHash5, StringHasher::computeHash(testAUChars, 5));
411 ASSERT_EQ(testBHash5, StringHasher::computeHash(testBUChars, 5));
SHA1.cpp 88 void SHA1::computeHash(Vector<uint8_t, 20>& digest)
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 33 * "void updateHash(int[], byte[], int, int)" and "void computeHash(int[])", -
39 * the "computeHash(int[])" method is invoked on the frame to compute updated hash,
44 * The "computeHash(..)" method generates a 160 bit hash value using
73 static void computeHash(int[] arrW) {
149 * the "computeHash(int[])" method is invoked on the array to compute updated hash,
198 computeHash(intArray);
222 computeHash(intArray); // buffer is full, computing hash
SHA1_MessageDigestImpl.java 61 * The method performs final actions and invokes the "computeHash(int[])" method.
64 * the "computeHash(int[])" method is invoked second time. <BR>
108 SHA1Impl.computeHash(buffer);
116 SHA1Impl.computeHash(buffer);
SHA1PRNG_SecureRandomImpl.java 75 // HASHBYTES_TO_USE defines # of bytes returned by "computeHash(byte[])"
385 SHA1Impl.computeHash(seed);
393 SHA1Impl.computeHash(seed);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.h 50 unsigned computeHash() const;
136 name->m_existingHash = name->computeHash();
QualifiedName.cpp 135 unsigned QualifiedName::QualifiedNameImpl::computeHash() const
  /frameworks/base/include/androidfw/
ZipFileRO.h 217 static unsigned int computeHash(const char* str, int len);
  /dalvik/libdex/
ZipArchive.cpp 103 static unsigned int computeHash(const char* str, int len)
392 hash = computeHash(name, nameLen);
503 unsigned int hash = computeHash(entryName, nameLen);
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 397 unsigned int hash = computeHash(name, nameLen);
418 /*static*/ unsigned int ZipFileRO::computeHash(const char* str, int len)
461 unsigned int hash = computeHash(fileName, nameLen);
  /bootable/recovery/minzip/
Zip.c 136 static unsigned int computeHash(const char* name, int nameLen)
148 unsigned int itemHash = computeHash(pEntry->fileName, pEntry->fileNameLen);
508 unsigned int itemHash = computeHash(entryName, strlen(entryName));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 130 sha1.computeHash(hash);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 437 attrsSHA1.computeHash(attrsHash);
444 sha1.computeHash(hash);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.cpp 60 static unsigned hash(const Vector<uint8_t>& v) { return StringHasher::computeHash(v.data(), v.size()); }
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2328 milliseconds