Searched refs:updateHash (Results 1 – 2 of 2) sorted by relevance
168 static void updateHash(int[] intArray, byte[] byteInput, int fromByte, int toByte) { in updateHash() method in SHA1Impl
197 SHA1Impl.updateHash(seed, bytes, 0, bytes.length - 1); in updateSeed()