Searched refs:passwordHash (Results 1 – 3 of 3) sorted by relevance
303 CredentialHash passwordHash = readPasswordHashIfExists(userId); in readCredentialHash() local305 if (passwordHash != null && patternHash != null) { in readCredentialHash()306 if (passwordHash.version == CredentialHash.VERSION_GATEKEEPER) { in readCredentialHash()307 return passwordHash; in readCredentialHash()311 } else if (passwordHash != null) { in readCredentialHash()312 return passwordHash; in readCredentialHash()437 byte[] passwordHash = null; in writeCredentialHash()440 passwordHash = hash.hash; in writeCredentialHash()444 writeFile(getLockPasswordFilename(userId), passwordHash); in writeCredentialHash() local
204 File passwordHash = new File(mStateFolder, PASSWORD_HASH_FILE_NAME); in writeHashAndSaltToFile() local205 fos = new FileOutputStream(passwordHash); in writeHashAndSaltToFile()
595 String passwordHash = passwordToHistoryHash(passwordToCheck, hashFactor, userId); in checkPasswordHistory() local599 if (history[i].equals(legacyHash) || history[i].equals(passwordHash)) { in checkPasswordHistory()