From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pegase1.c-s.fr (pegase1.c-s.fr [93.17.236.30]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rGLQY1CN1zDqZy for ; Fri, 27 May 2016 19:32:37 +1000 (AEST) Message-Id: From: Christophe Leroy Subject: [PATCH 0/6] crypto: talitos - implementation of AEAD for SEC1 To: Kim Phillips , Herbert Xu , David S Miller Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-crypto@vger.kernel.org Date: Fri, 27 May 2016 11:32:32 +0200 (CEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This set of patches provides the implementation of AEAD for talitos SEC1. Christophe Leroy (6): crypto: talitos - using helpers for all talitos_ptr operations crypto: talitos - making mapping helpers more generic crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU crypto: talitos - sg_to_link_tbl() not used anymore, remove it crypto: talitos - implement cra_priority crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU drivers/crypto/talitos.c | 657 +++++++++++++++++++++++++++++------------------ 1 file changed, 410 insertions(+), 247 deletions(-) -- 2.1.0