Files
twx-linux/lib
Eric Biggers 72e5b68f33 crypto: blake2s - move update and final logic to internal/blake2s.h
commit 057edc9c8b upstream.

Move most of blake2s_update() and blake2s_final() into new inline
functions __blake2s_update() and __blake2s_final() in
include/crypto/internal/blake2s.h so that this logic can be shared by
the shash helper functions.  This will avoid duplicating this logic
between the library and shash implementations.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-05-30 09:33:25 +02:00
..
2022-05-18 10:23:44 +02:00
2020-10-16 11:11:19 -07:00
2020-10-13 18:38:32 -07:00
2020-12-11 14:02:14 -08:00
2021-09-03 10:09:21 +02:00
2020-09-26 10:33:57 -07:00