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