Searched refs:scryptN (Results 1 – 2 of 2) sorted by relevance
464 data.scryptN = 11; in testPasswordData_serializeDeserialize()473 assertEquals(11, deserialized.scryptN); in testPasswordData_serializeDeserialize()497 assertEquals(11, deserialized.scryptN); in testPasswordData_deserialize()
307 byte scryptN; field in SyntheticPasswordManager.PasswordData318 result.scryptN = PASSWORD_SCRYPT_N; in create()332 result.scryptN = buffer.get(); in fromBytes()354 buffer.put(scryptN); in toBytes()1372 return scrypt(password, data.salt, 1 << data.scryptN, 1 << data.scryptR, 1 << data.scryptP, in computePasswordToken()