Searched refs:passwordToHistoryHash (Results 1 – 1 of 1) sorted by relevance
548 String passwordHash = passwordToHistoryHash(passwordToCheck, hashFactor, userId); in checkPasswordHistory()898 String hash = passwordToHistoryHash(password, hashFactor, userHandle); in updatePasswordHistory()1173 private String passwordToHistoryHash(String passwordToHash, byte[] hashFactor, int userId) { in passwordToHistoryHash() method in LockPatternUtils