Searched refs:passwordHash (Results 1 – 2 of 2) sorted by relevance
204 File passwordHash = new File(mStateFolder, PASSWORD_HASH_FILE_NAME); in writeHashAndSaltToFile() local205 fos = new FileOutputStream(passwordHash); in writeHashAndSaltToFile()
608 String passwordHash = LockscreenCredential.passwordToHistoryHash( in checkPasswordHistory() local613 if (history[i].equals(legacyHash) || history[i].equals(passwordHash)) { in checkPasswordHistory()