From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: [PATCH 0/3] IPSec AES-GCM support Date: Tue, 23 Aug 2016 17:59:31 +0100 Message-ID: <1471971574-108998-1-git-send-email-sergio.gonzalez.monroy@intel.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3FD102B82 for ; Tue, 23 Aug 2016 18:59:36 +0200 (CEST) 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" This patch set mainly introduces support for AES-GCM. It also changes the IV generation for AES-CBC mode using the forward function instead of randomly generating the IV. Dependencies: examples/ipsec-secgw: add configuration file support http://dpdk.org/dev/patchwork/patch/15269/ examples/ipsec-secgw: add sample configuration files http://dpdk.org/dev/patchwork/patch/15270/ Sergio Gonzalez Monroy (3): examples/ipsec-secgw: change CBC IV generation examples/ipsec-secgw: reset crypto operation status examples/ipsec-secgw: add AES-GCM support examples/ipsec-secgw/esp.c | 144 ++++++++++++++++++++++++++++++------------- examples/ipsec-secgw/ipsec.c | 1 + examples/ipsec-secgw/ipsec.h | 42 ++++++++++++- examples/ipsec-secgw/sa.c | 36 ++++++++--- 4 files changed, 172 insertions(+), 51 deletions(-) -- 2.5.5