HomeSort by relevance Sort by last modified time
    Searched defs:updateHash (Results 1 - 5 of 5) 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) {
SHA1_MessageDigestImpl.java 260 SHA1Impl.updateHash( buffer, oneByte, 0, 0 );
302 SHA1Impl.updateHash(buffer, input, offset, offset + len -1 );
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 145 function updateHash() {
157 updateHash(id);
182 // calls updateHash() when list view displayed specified folder.
286 navigateTo(id, updateHash);
675 navigateTo(tree.selectedItem.bookmarkId, updateHash);
820 navigateTo(bookmarkNodes[0].id, updateHash);
    [all...]
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/
main.js 145 function updateHash() {
179 // calls updateHash() when list view displayed specified folder.
283 navigateTo(id, updateHash);
675 navigateTo(tree.selectedItem.bookmarkId, updateHash);
820 navigateTo(bookmarkNodes[0].id, updateHash);
    [all...]

Completed in 107 milliseconds