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