HomeSort by relevance Sort by last modified time
    Searched defs:updateHash (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 32 * "void updateHash(int[], byte[], int, int)" and "void computeHash(int[])", -
35 * The "updateHash(..)" method appends new bytes to existing ones
169 static void updateHash(int[] intArray, byte[] byteInput, int fromByte, int toByte) {
SHA1_MessageDigestImpl.java 262 SHA1Impl.updateHash( buffer, oneByte, 0, 0 );
304 SHA1Impl.updateHash(buffer, input, offset, offset + len -1 );
SHA1PRNG_SecureRandomImpl.java 174 * The method invokes the SHA1Impl's "updateHash(..)" method
185 SHA1Impl.updateHash(seed, bytes, 0, bytes.length - 1);

Completed in 361 milliseconds