Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp376652pxv; Thu, 8 Jul 2021 23:50:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzI6XcxXE7n+jFIHGA49bVcilgsA3P/IEJMXLSaRUzjqR+Pkg+n1Ye3qlYGnTQzX1R52Bgt X-Received: by 2002:a05:6e02:1d0e:: with SMTP id i14mr19094867ila.150.1625813459736; Thu, 08 Jul 2021 23:50:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625813459; cv=none; d=google.com; s=arc-20160816; b=vvuniQVXkQi56MRLWnPqLBisuUYumFvRmmtOEzqnhFTrxw1PY/Wd37yk0ZDkbsrkTw yNwY4suiLRb02ZFREpcJ4y/xTYyjWu3ziq3KO4sgdzixj/dtyYQmuhIAQE71qx0nRr7j u4mUzhunFXVBhhVPIk7z+8l3aW0BecwQsbJn9MC3zXefJ4QMaywVS2gmumCkF7zfsoZM 6TkhMeDYPfjI+wR9EA2yRhcKrlL9A9Ngeohp/C9E35W1nDUm1egXlZ4lpz9djQAwRZbn P/G+8f/2oNZeGMMIVaY6NwAFjKT1TuJ5U/7tZrgD/SfzR0B8zNU1kMVBTDUobzEwGFD6 2jRg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=VR0gs64CU+kB4hNdTs+01Ri0opjMHxj5e6TFWmmvKAc=; b=DJcFxzAkX27u2hrgy1OJqPEvzHLTwYcdhZJyMndNjt+EBriq7SKODL85o/W7IBRYOL b8gL1HgDAdOxTiJY+qmsP6kpLut5l3pQQfHK7GQl/EcBKJ0SzdgfhEKyppwgyiidOVyd 3FIPb06cuHmo7fTmjqpToOBJKHoY+w0XkV70+OGRj/DiRsL2iwb6z+vzb8r6lUdP1HcM bbYLba42vn29W0cQpxt3DI++iF91YcDa/qW1CC+sQKnUyWs5R8hpuhO3q5mPaaND5Iye dw+qzST2JPTDY7FXQ7JKtt/zTz49dxeWnRdCl4CstlGVxBNiDDiYs7YWhQ7Ki1d1v/bb 6mZg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d10si2575650ilc.141.2021.07.08.23.50.46; Thu, 08 Jul 2021 23:50:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230428AbhGIGvc (ORCPT + 99 others); Fri, 9 Jul 2021 02:51:32 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:51208 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229979AbhGIGvc (ORCPT ); Fri, 9 Jul 2021 02:51:32 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.92 #5 (Debian)) id 1m1kJc-0008TB-GX; Fri, 09 Jul 2021 14:48:48 +0800 Received: from herbert by gondobar with local (Exim 4.92) (envelope-from ) id 1m1kJa-0001ZD-Jk; Fri, 09 Jul 2021 14:48:46 +0800 Date: Fri, 9 Jul 2021 14:48:46 +0800 From: Herbert Xu To: Steve French Cc: LKML , James Morris Subject: Re: how to request crypto_alloc_shash for GMAC Message-ID: <20210709064846.GB5907@gondor.apana.org.au> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 09, 2021 at 12:48:00AM -0500, Steve French wrote: > > Presumably due to https://www.ietf.org/rfc/rfc4543.txt it is already > supported in the kernel ... but what is the name that it is exposed as > in the kernel crypto libraries? We don't have standalone gmac in the kernel, it only exists as part of the AEAD algorithm gcm. You're more than welcome to add it of course. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt