Searched refs:toHex (Results 1 – 2 of 2) sorted by relevance
831 hashed = (toHex(sha1) + toHex(md5)).getBytes(); in passwordToHash()838 private static String toHex(byte[] ary) { in toHex() method in LockPatternUtils
1273 hashed = toHex(sha1) + toHex(md5); in passwordToHash()1280 private static String toHex(byte[] ary) { in toHex() method in UserManagerService