Searched refs:scryptR (Results 1 – 2 of 2) sorted by relevance
443 data.scryptR = 22; in testPasswordData_serializeDeserialize()452 assertEquals(22, deserialized.scryptR); in testPasswordData_serializeDeserialize()476 assertEquals(22, deserialized.scryptR); in testPasswordData_deserialize()
307 byte scryptR; field in SyntheticPasswordManager.PasswordData318 result.scryptR = PASSWORD_SCRYPT_R; in create()332 result.scryptR = buffer.get(); in fromBytes()354 buffer.put(scryptR); in toBytes()1360 return scrypt(password, data.salt, 1 << data.scryptN, 1 << data.scryptR, 1 << data.scryptP, in computePasswordToken()