From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kasumi: restrict cipher bit-level ops Date: Sun, 10 Jul 2016 14:41:23 +0200 Message-ID: <1686266.LeVh1rsh0y@xps13> References: <1468082158-94564-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 931BF1396 for ; Sun, 10 Jul 2016 14:41:25 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id f65so35766168wmi.0 for ; Sun, 10 Jul 2016 05:41:25 -0700 (PDT) In-Reply-To: <1468082158-94564-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-09 17:35, Pablo de Lara: > KASUMI PMD only supports bit-level cipher operations > when destination buffer is different from the source > (out of place operations). This commit adds a check > in the code to prevent the user from trying to perform > in-place bit-level ciphering. > > Fixes: 2773c86d061a ("crypto/kasumi: add driver for KASUMI library") > > Signed-off-by: Pablo de Lara Applied, thanks