Searched refs:passwordHash (Results 1 – 3 of 3) sorted by relevance
204 File passwordHash = new File(mStateFolder, PASSWORD_HASH_FILE_NAME); in writeHashAndSaltToFile() local205 fos = new FileOutputStream(passwordHash); in writeHashAndSaltToFile()
272 CredentialHash passwordHash = readPasswordHashIfExists(userId); in readCredentialHash() local273 if (passwordHash != null) { in readCredentialHash()274 return passwordHash; in readCredentialHash()431 byte[] passwordHash = null; in writeCredentialHash()435 passwordHash = hash.hash; in writeCredentialHash()442 writeFile(getLockPasswordFilename(userId), passwordHash); in writeCredentialHash() local
558 String passwordHash = LockscreenCredential.passwordToHistoryHash( in checkPasswordHistory() local563 if (history[i].equals(legacyHash) || history[i].equals(passwordHash)) { in checkPasswordHistory()