Home
last modified time | relevance | path

Searched refs:getPasswordHistoryHashFactor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java516 public byte[] getPasswordHistoryHashFactor(String currentPassword, int userId) { in getPasswordHistoryHashFactor() method in LockPatternUtils
897 final byte[] hashFactor = getPasswordHistoryHashFactor(password, userHandle); in updatePasswordHistory()