Searched refs:passwordToHistoryHash (Results 1 – 4 of 4) sorted by relevance
274 credential.passwordToHistoryHash(salt.getBytes(), hashFactor.getBytes())) in testPasswordToHistoryHash()277 LockscreenCredential.passwordToHistoryHash( in testPasswordToHistoryHash()290 credential.passwordToHistoryHash(/* salt= */ null, hashFactor.getBytes())) in testPasswordToHistoryHashInvalidInput()293 LockscreenCredential.passwordToHistoryHash( in testPasswordToHistoryHashInvalidInput()298 credential.passwordToHistoryHash(salt.getBytes(), /* hashFactor= */ null)) in testPasswordToHistoryHashInvalidInput()301 LockscreenCredential.passwordToHistoryHash( in testPasswordToHistoryHashInvalidInput()306 LockscreenCredential.passwordToHistoryHash( in testPasswordToHistoryHashInvalidInput()
305 public String passwordToHistoryHash(byte[] salt, byte[] hashFactor) { in passwordToHistoryHash() method in LockscreenCredential306 return passwordToHistoryHash(mCredential, salt, hashFactor); in passwordToHistoryHash()312 public static String passwordToHistoryHash( in passwordToHistoryHash() method in LockscreenCredential
608 String passwordHash = LockscreenCredential.passwordToHistoryHash( in checkPasswordHistory()
1963 String hash = password.passwordToHistoryHash(salt, hashFactor); in updatePasswordHistory()