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

/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
H A DSHA1Impl.java33 * "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) { method in class:SHA1Impl
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

Completed in 74 milliseconds