From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id EC0B72BB0 for ; Thu, 30 Mar 2017 20:37:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490899072; x=1522435072; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=NTSQyw0j1czNiKfIrP3bSzozoNzGD4+h4BIyuaxo4Sg=; b=eyvraXfW2rkkEkRtf3ijih/CieFV4vu36FFKX3lg6E91dWSiUD7FqkaB JOrPpBJ9758A7tp6Dm6oPaGRiYwXaw==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 11:37:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,248,1486454400"; d="scan'208";a="82423942" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga005.fm.intel.com with ESMTP; 30 Mar 2017 11:37:42 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 30 Mar 2017 19:37:41 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx111.ger.corp.intel.com ([169.254.2.58]) with mapi id 14.03.0319.002; Thu, 30 Mar 2017 19:37:41 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" Thread-Topic: [PATCH v4] crypto/openssl: add DES DOCSIS BPI support Thread-Index: AQHSqXrqq2HCNXtuGk+wYH/uGswaKKGttlNQ Date: Thu, 30 Mar 2017 18:37:41 +0000 Message-ID: References: <1490892823-29697-1-git-send-email-pablo.de.lara.guarch@intel.com> <1490894842-31011-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1490894842-31011-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGUxN2ZkYmMtMjQ0My00YmQ5LTgxOWMtZWU1NDJkNDJhODFhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlBkXC9Ec2JJMzlQK0t5b1F5RDhVUjJKNjFFZGg4bVBVaFJVejR1RkFWdmdNPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] crypto/openssl: add DES DOCSIS BPI support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 18:37:52 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, March 30, 2017 6:27 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH v4] crypto/openssl: add DES DOCSIS BPI support >=20 > Adds support in OpenSSL PMD for algorithm following the DOCSIS > specification, which combines DES-CBC for full DES blocks (8 bytes) > and DES-CFB for last runt block (less than 8 bytes). >=20 > Signed-off-by: Pablo de Lara > Acked-by: Deepak Kumar Jain > Tested-by: Yang Gang Applied to dpdk-next-crypto. Pablo