]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: x86/poly1305 - expose existing driver as poly1305 library
authorArd Biesheuvel <ardb@kernel.org>
Fri, 8 Nov 2019 12:22:23 +0000 (13:22 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Nov 2019 01:02:41 +0000 (09:02 +0800)
commitaa39460e2bcef13550221346476a7dc5ccfc1798
tree1eda107dc75a677f1c899cd4782758d5154bb598
parent5c3ea3bd1d9ebb95d860678fb5a7d64ae8ddcde3
crypto: x86/poly1305 - expose existing driver as poly1305 library

Implement the arch init/update/final Poly1305 library routines in the
accelerated SIMD driver for x86 so they are accessible to users of
the Poly1305 library interface as well.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/poly1305_glue.c
crypto/Kconfig
lib/crypto/Kconfig