Searched refs:legacyHash (Results 1 – 1 of 1) sorted by relevance
607 String legacyHash = LockscreenCredential.legacyPasswordToHash(passwordToCheck, salt); in checkPasswordHistory() local613 if (history[i].equals(legacyHash) || history[i].equals(passwordHash)) { in checkPasswordHistory()