Searched refs:passwordToHistoryHash (Results 1 – 4 of 4) sorted by relevance
188 credential.passwordToHistoryHash(salt.getBytes(), hashFactor.getBytes())) in testPasswordToHistoryHash()191 LockscreenCredential.passwordToHistoryHash( in testPasswordToHistoryHash()203 credential.passwordToHistoryHash(/* salt= */ null, hashFactor.getBytes())) in testPasswordToHistoryHashInvalidInput()206 LockscreenCredential.passwordToHistoryHash( in testPasswordToHistoryHashInvalidInput()211 credential.passwordToHistoryHash(salt.getBytes(), /* hashFactor= */ null)) in testPasswordToHistoryHashInvalidInput()214 LockscreenCredential.passwordToHistoryHash( in testPasswordToHistoryHashInvalidInput()219 LockscreenCredential.passwordToHistoryHash( in testPasswordToHistoryHashInvalidInput()
265 public String passwordToHistoryHash(byte[] salt, byte[] hashFactor) { in passwordToHistoryHash() method in LockscreenCredential266 return passwordToHistoryHash(mCredential, salt, hashFactor); in passwordToHistoryHash()272 public static String passwordToHistoryHash( in passwordToHistoryHash() method in LockscreenCredential
603 String passwordHash = LockscreenCredential.passwordToHistoryHash( in checkPasswordHistory()
1772 String hash = password.passwordToHistoryHash(salt, hashFactor); in updatePasswordHistory()