Searched refs:passwordHash (Results 1 – 1 of 1) sorted by relevance
246 CredentialHash passwordHash = readPasswordHashIfExists(userId); in readCredentialHash() local248 if (passwordHash != null && patternHash != null) { in readCredentialHash()249 if (passwordHash.version == CredentialHash.VERSION_GATEKEEPER) { in readCredentialHash()250 return passwordHash; in readCredentialHash()254 } else if (passwordHash != null) { in readCredentialHash()255 return passwordHash; in readCredentialHash()380 byte[] passwordHash = null; in writeCredentialHash()383 passwordHash = hash.hash; in writeCredentialHash()387 writeFile(getLockPasswordFilename(userId), passwordHash); in writeCredentialHash() local