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 33 * "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) {
SHA1PRNG_SecureRandomImpl.java 186 * The method invokes the SHA1Impl's "updateHash(..)" method
197 SHA1Impl.updateHash(seed, bytes, 0, bytes.length - 1);
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 144 function updateHash() {
181 // calls updateHash() when list view displayed specified folder.
    [all...]

Completed in 86 milliseconds