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=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B6787CA9EAF for ; Mon, 21 Oct 2019 11:54:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8A1DE206C2 for ; Mon, 21 Oct 2019 11:54:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ioREJ64l" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727725AbfJULye (ORCPT ); Mon, 21 Oct 2019 07:54:34 -0400 Received: from mail-wr1-f66.google.com ([209.85.221.66]:35046 "EHLO mail-wr1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726767AbfJULye (ORCPT ); Mon, 21 Oct 2019 07:54:34 -0400 Received: by mail-wr1-f66.google.com with SMTP id l10so13203139wrb.2 for ; Mon, 21 Oct 2019 04:54:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8znLK64oR6m+WMtoqtJ/qmfu/KEPwEA/nE3GfDxh8hQ=; b=ioREJ64lLbLaSBhaRRUg6Dx3bxm+Y/elWE703Zvcj+PURox+9XxDaeh3wSmrKfKft5 A2NQpYbVnavmgLNg3ZW4Bqc1Tz0UP7k56JSxim2Nbh0ipFgPVBv9tK2CivyLv432Xs30 2Y5OXvgqYXRri1vu/K2DSv/WDlLGiwctV+9+vbJHIi4+V/p1jShiSopFSrIi0roQO7tr +Tn/qV50GjMoIL3g9O3QaMhDO/1zu46DBqhvXVhPIAA/7K6GQ8UeFtVkE9T5RMJZMZl3 1JsFizrNvMr+EjWodzbvp1MMuX6iS7FjNv6znfN758Vs1hLxC66lw8K6foUbkCe7hPQb Y4vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8znLK64oR6m+WMtoqtJ/qmfu/KEPwEA/nE3GfDxh8hQ=; b=bp8rIecGM7xhb+YEse7Wh+X3qGCQJYtVp/ajDFQfV8OSpKnYdYTdY2RBfqn6tYNd7P Iyabzhc9/TG7TinPIr8YOPQsEivCiE8w69bLndTF3wUq1XmlBhN/n6Zj0VykRTe2htPw Yti5jTdcI/p8IQ5ZgJZg6JiDu0q/h2tVpUsDkXrY/CVFAB3dl70Yoc1bbsUTJog6v1Ef S5aXlqq1xsZjavhh9Y4I+aUijq0wUWgaEPBgyMV4i5w1P0Ht7FZgQTObAOuRL9jKopnP st6qNkobYGmy/x2Zvqw1b+Hkw4lKrSEqJI2WA2+pmcNFFhG4RQFoUHBBzeb4P4GYW3aw DM1w== X-Gm-Message-State: APjAAAXHtr1OUnWuTjg1Nh57YqRwa9rAg53ou2LODqZRKNoe7tMCMkWF jeb6C+7yKpV5Wo9fo0dkCx1bdxT54theo143r/I2iA== X-Google-Smtp-Source: APXvYqwKGm96Q9kgL95vWZyCh0BWaRSya1Qi9MLuZo73EyyeGESlijn7Oq6Ry307gmP2VBRy4VIx2foq5meLn9aLd8U= X-Received: by 2002:adf:f685:: with SMTP id v5mr16516665wrp.246.1571658870855; Mon, 21 Oct 2019 04:54:30 -0700 (PDT) MIME-Version: 1.0 References: <20191014121910.7264-1-ard.biesheuvel@linaro.org> <20191014121910.7264-5-ard.biesheuvel@linaro.org> In-Reply-To: From: Ard Biesheuvel Date: Mon, 21 Oct 2019 13:54:25 +0200 Message-ID: Subject: Re: [PATCH 04/25] crypto: ccp - switch from ablkcipher to skcipher To: "Hook, Gary" Cc: "linux-crypto@vger.kernel.org" , Herbert Xu , "David S. Miller" , Eric Biggers , "linux-arm-kernel@lists.infradead.org" , "Lendacky, Thomas" Content-Type: text/plain; charset="UTF-8" Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Fri, 18 Oct 2019 at 16:15, Hook, Gary wrote: > > On 10/14/19 7:18 AM, Ard Biesheuvel wrote: > > Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-level skcipher interface") > > dated 20 august 2015 introduced the new skcipher API which is supposed to > > replace both blkcipher and ablkcipher. While all consumers of the API have > > been converted long ago, some producers of the ablkcipher remain, forcing > > us to keep the ablkcipher support routines alive, along with the matching > > code to expose [a]blkciphers via the skcipher API. > > > > So switch this driver to the skcipher API, allowing us to finally drop the > > blkcipher code in the near future. > > > > Cc: Tom Lendacky > > Cc: Gary Hook > > Signed-off-by: Ard Biesheuvel > > Reviewed-by: Gary R Hook > Tested-by: Gary R Hook > Thanks Gary 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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 AB2EECA9EAF for ; Mon, 21 Oct 2019 11:54:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 81C0D206C2 for ; Mon, 21 Oct 2019 11:54:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rkwVLQ9U"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ioREJ64l" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 81C0D206C2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wuZ5GmPlnPrhse9mqW2ddjdMIAWjb98ZxcGIplFuFH0=; b=rkwVLQ9ULpTG3f gNvaPAmVAxf/O6th+Bz9SihGGnZHENzMetpOIf2Vk37Iv3+9PWAy/eTarI0sH+86LszEuFz9ai7vS J5U7O27VtqGrfy7uTJizC0a0BhVTJU7BZrFkXjaOY6onumsZXKHweZdLtzGydbZSO73VZXJpMMWEL xom6mL495xlZo9me/7lKDwXhhJppdrvJYQKs4DkGXG6suWhZhhoji70kb9LMt8DloATkLoWv+j/uZ YT8jh4sCkxoE93rGmKgS5XG8pdyknACKbkYV3gBkW7dsIJ58/0x1i5OxA9fhsgYPXD80Cg9/gI+Kv F/ae5OgrfbDGhWVQdaMg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iMWGg-0004Hg-Ts; Mon, 21 Oct 2019 11:54:34 +0000 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iMWGe-0004FU-7V for linux-arm-kernel@lists.infradead.org; Mon, 21 Oct 2019 11:54:33 +0000 Received: by mail-wr1-x442.google.com with SMTP id p4so13619443wrm.8 for ; Mon, 21 Oct 2019 04:54:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8znLK64oR6m+WMtoqtJ/qmfu/KEPwEA/nE3GfDxh8hQ=; b=ioREJ64lLbLaSBhaRRUg6Dx3bxm+Y/elWE703Zvcj+PURox+9XxDaeh3wSmrKfKft5 A2NQpYbVnavmgLNg3ZW4Bqc1Tz0UP7k56JSxim2Nbh0ipFgPVBv9tK2CivyLv432Xs30 2Y5OXvgqYXRri1vu/K2DSv/WDlLGiwctV+9+vbJHIi4+V/p1jShiSopFSrIi0roQO7tr +Tn/qV50GjMoIL3g9O3QaMhDO/1zu46DBqhvXVhPIAA/7K6GQ8UeFtVkE9T5RMJZMZl3 1JsFizrNvMr+EjWodzbvp1MMuX6iS7FjNv6znfN758Vs1hLxC66lw8K6foUbkCe7hPQb Y4vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8znLK64oR6m+WMtoqtJ/qmfu/KEPwEA/nE3GfDxh8hQ=; b=sa57pAGoAavTErjTnXTv2UvXJtYhsJAB67YjXwb0k7l9Z7Jiy7prNt1QG0n8cgEkTQ T/Prw0K3QQb4NUeZhQlMW73bJTORMYbIK+sLFIu5TiSfRO6pQdasR8OoHf18tZE7QxAB /XzRUQZycRic/AgjTi+nZlpcEE32fWfnz2xM98NWKK8ja6mz35l7yN3+V4pD1BDvn7Nh SAv4vm1WTzPocNKj5urmZAdvJfRrB8lAZ6XnSmImBf2UanC7phLZ1Jpm6LGeudBsn6kS cDWxfd1LicLDwFRY4iZRPsZsVVhR/JHvDREI+1zF6rHeDoH5mJisSHPHndGGAWUm0+0D ZGUQ== X-Gm-Message-State: APjAAAX2lXajKQ1fpsdh1lmQKBBY8S0kqTfv9i3WvsE3rXqxiITA3Oe3 peoHiIJopCOtvmo5uprM5LEUseEpsLA1TNgIlPTUjw== X-Google-Smtp-Source: APXvYqwKGm96Q9kgL95vWZyCh0BWaRSya1Qi9MLuZo73EyyeGESlijn7Oq6Ry307gmP2VBRy4VIx2foq5meLn9aLd8U= X-Received: by 2002:adf:f685:: with SMTP id v5mr16516665wrp.246.1571658870855; Mon, 21 Oct 2019 04:54:30 -0700 (PDT) MIME-Version: 1.0 References: <20191014121910.7264-1-ard.biesheuvel@linaro.org> <20191014121910.7264-5-ard.biesheuvel@linaro.org> In-Reply-To: From: Ard Biesheuvel Date: Mon, 21 Oct 2019 13:54:25 +0200 Message-ID: Subject: Re: [PATCH 04/25] crypto: ccp - switch from ablkcipher to skcipher To: "Hook, Gary" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191021_045432_268981_412CCCF5 X-CRM114-Status: GOOD ( 12.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Lendacky, Thomas" , Herbert Xu , Eric Biggers , "linux-crypto@vger.kernel.org" , "David S. Miller" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 18 Oct 2019 at 16:15, Hook, Gary wrote: > > On 10/14/19 7:18 AM, Ard Biesheuvel wrote: > > Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-level skcipher interface") > > dated 20 august 2015 introduced the new skcipher API which is supposed to > > replace both blkcipher and ablkcipher. While all consumers of the API have > > been converted long ago, some producers of the ablkcipher remain, forcing > > us to keep the ablkcipher support routines alive, along with the matching > > code to expose [a]blkciphers via the skcipher API. > > > > So switch this driver to the skcipher API, allowing us to finally drop the > > blkcipher code in the near future. > > > > Cc: Tom Lendacky > > Cc: Gary Hook > > Signed-off-by: Ard Biesheuvel > > Reviewed-by: Gary R Hook > Tested-by: Gary R Hook > Thanks Gary _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel