android_kernel_motorola_sm6225/lib/crypto
Ard Biesheuvel d1fa3dd17d UPSTREAM: crypto: poly1305 - expose init/update/final library interface
Expose the existing generic Poly1305 code via a init/update/final
library interface so that callers are not required to go through
the crypto API's shash abstraction to access it. At the same time,
make some preparations so that the library implementation can be
superseded by an accelerated arch-specific version in the future.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
(cherry picked from commit a1d93064094cc5e24d64e35cf093e7191d0c9344)
Bug: 152722841
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ibd2539acddd9b8de1100d9fab832e58006736607
2020-10-24 14:43:42 +02:00
..
chacha.c
Kconfig UPSTREAM: crypto: poly1305 - expose init/update/final library interface 2020-10-24 14:43:42 +02:00
libchacha.c
Makefile UPSTREAM: crypto: poly1305 - move core routines into a separate library 2020-10-24 14:43:40 +02:00
poly1305.c UPSTREAM: crypto: poly1305 - expose init/update/final library interface 2020-10-24 14:43:42 +02:00