From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79AF5C433DF for ; Sun, 21 Jun 2020 09:07:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A2E624897 for ; Sun, 21 Jun 2020 09:07:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729578AbgFUJH4 (ORCPT ); Sun, 21 Jun 2020 05:07:56 -0400 Received: from foss.arm.com ([217.140.110.172]:47878 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727119AbgFUJH4 (ORCPT ); Sun, 21 Jun 2020 05:07:56 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0457CC0A; Sun, 21 Jun 2020 02:07:56 -0700 (PDT) Received: from e110176-lin.arm.com (E113494.Arm.com [10.50.66.186]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 97C463F6CF; Sun, 21 Jun 2020 02:07:54 -0700 (PDT) From: Gilad Ben-Yossef To: Herbert Xu , "David S. Miller" Cc: Ofir Drang , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] fixes and update to essiv support Date: Sun, 21 Jun 2020 12:07:45 +0300 Message-Id: <20200621090748.18464-1-gilad@benyossef.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Small fixes and adapt essiv support to the new template format Gilad Ben-Yossef (3): crypto: ccree: fix resource leak on error path crypto: ccree: adapt ccree essiv supprot to kcapi crypto: ccree: remove unused field drivers/crypto/ccree/cc_cipher.c | 149 ++++++++++++++++++++++--------- 1 file changed, 108 insertions(+), 41 deletions(-) -- 2.27.0