Searched defs:updateHash (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[])", -
36 * The "updateHash(..)" method appends new bytes to existing ones
168 static void updateHash(int[] intArray, byte[] byteInput, int fromByte, int toByte) { method in class:SHA1Impl

Completed in 74 milliseconds