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=-5.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FSL_HELO_FAKE,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 97ED8C4646B for ; Mon, 24 Jun 2019 22:03:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 556B820679 for ; Mon, 24 Jun 2019 22:03:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561413797; bh=2Y2nsE+RWUoElhVrsjv17oGBg4y6eaMBuyDPXCXhQ38=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=vmSiolOqOagwwuTgHJAAGZKAWNta36DucRdBNaCaLLAGRtg9LrKMz3f2CTc5k+Xd5 PnHQdyAL1q3N2CHT+onj9afwOTWVvRMV2dShJgBWGfnP/ljmWy+zSp01MtrDJM85zc h74OBg4I/ZHmqNCcJG7eq1f1zpK4huFer6S2gdnw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726524AbfFXWDQ (ORCPT ); Mon, 24 Jun 2019 18:03:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:54968 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726263AbfFXWDQ (ORCPT ); Mon, 24 Jun 2019 18:03:16 -0400 Received: from gmail.com (unknown [104.132.1.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7D92320665; Mon, 24 Jun 2019 22:03:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561413795; bh=2Y2nsE+RWUoElhVrsjv17oGBg4y6eaMBuyDPXCXhQ38=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u7U1H4LdnEu6Jq1bg1calSv5Z7rLBDeR5uL7S+cZap8Phhg+y/e9w3x0r11JKYJ+E ZI7O4QG8lbeSsXM/ACNzbWX/emdViI/+FIX8e6r9ZsWD+t++7ocE1CTAKrBFqHBBq3 nG0bAhj4cAWPxtvLJC6FvLa0XiONxOz9+A0JESO0= Date: Mon, 24 Jun 2019 15:03:14 -0700 From: Eric Biggers To: "Hook, Gary" Cc: "herbert@gondor.apana.org.au" , "corbet@lwn.net" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-crypto@vger.kernel.org" , "davem@davemloft.net" Subject: Re: [PATCH 2/3] crypto: doc - Describe the crypto engine Message-ID: <20190624220313.GB237341@gmail.com> References: <156140322426.29777.8610751479936722967.stgit@taos> <156140326736.29777.7751606850237303573.stgit@taos> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <156140326736.29777.7751606850237303573.stgit@taos> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Mon, Jun 24, 2019 at 07:07:49PM +0000, Hook, Gary wrote: > Add a reference to the crypto engine documentation to > the index. > > Signed-off-by: Gary R Hook > --- > Documentation/crypto/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst > index c4ff5d791233..37cd7fb0ea82 100644 > --- a/Documentation/crypto/index.rst > +++ b/Documentation/crypto/index.rst > @@ -19,6 +19,7 @@ for cryptographic use cases, as well as programming examples. > intro > architecture > devel-algos > + crypto_engine > userspace-if > crypto_engine > api > It's already in the list. - Eric