Searched defs:computeHash (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/
H A DSHA1Impl.java32 * "void updateHash(int[], byte[], int, int)" and "void computeHash(int[])", -
38 * the "computeHash(int[])" method is invoked on the frame to compute updated hash,
43 * The "computeHash(..)" method generates a 160 bit hash value using
74 static void computeHash(int arrW[]) { method in class:SHA1Impl
150 * the "computeHash(int[])" method is invoked on the array to compute updated hash,
199 computeHash(intArray);
223 computeHash(intArray); // buffer is full, computing hash
/dalvik/libdex/
H A DZipArchive.c84 static unsigned int computeHash(const char* str, int len) function
251 hash = computeHash((const char*)ptr + kCDELen, fileNameLen);
376 unsigned int hash = computeHash(entryName, nameLen);

Completed in 132 milliseconds