Eric Biggers <ebigg...@kernel.org> wrote:
> From: Eric Biggers <ebigg...@google.com>
> 
> To help avoid confusion, add a comment to ghash-generic.c which explains
> the convention that the kernel's implementation of GHASH uses.
> 
> Also update the Kconfig help text and module descriptions to call GHASH
> a "hash function" rather than a "message digest", since the latter
> normally means a real cryptographic hash function, which GHASH is not.
> 
> Cc: Pascal Van Leeuwen <pvanleeu...@verimatrix.com>
> Signed-off-by: Eric Biggers <ebigg...@google.com>
> ---
> arch/arm/crypto/ghash-ce-glue.c            |  2 +-
> arch/s390/crypto/ghash_s390.c              |  2 +-
> arch/x86/crypto/ghash-clmulni-intel_glue.c |  3 +--
> crypto/Kconfig                             | 11 ++++----
> crypto/ghash-generic.c                     | 31 +++++++++++++++++++---
> drivers/crypto/Kconfig                     |  6 ++---
> include/crypto/ghash.h                     |  2 +-
> 7 files changed, 41 insertions(+), 16 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to