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