Searched refs:legacyPasswordToHash (Results 1 – 2 of 2) sorted by relevance
594 String legacyHash = legacyPasswordToHash(passwordToCheck, userId); in checkPasswordHistory()1052 hash = legacyPasswordToHash(password, userHandle); in updatePasswordHistory()1314 public String legacyPasswordToHash(byte[] password, int userId) { in legacyPasswordToHash() method in LockPatternUtils
1953 hash = mLockPatternUtils.legacyPasswordToHash(credential, userId).getBytes(); in verifyCredential()