Go to file
David Sterba f0430a733b UPSTREAM: crypto: blake2b - merge _final implementation to callback
blake2b_final is called only once, merge it to the crypto API callback
and simplify. This avoids the temporary buffer and swaps the bytes of
internal buffer.

Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

(cherry picked from commit 086db43b5a2281f7ce7d8a67a171b91e1e8fe0ec)
Bug: 178411248
Change-Id: I7c5e2d9d931d463ada7573e66268f7b93a2d40a4
Signed-off-by: Eric Biggers <ebiggers@google.com>
2021-10-20 10:10:26 -07:00
android ANDROID: GKI: update .xml file for struct sock change 2021-10-11 08:08:01 +02:00
arch This is the 4.19.212 stable release 2021-10-17 10:40:32 +02:00
block Merge 4.19.209 into android-4.19-stable 2021-10-08 11:28:08 +02:00
certs certs: Trigger creation of RSA module signing key if it's not an RSA key 2021-09-22 11:47:51 +02:00
crypto UPSTREAM: crypto: blake2b - merge _final implementation to callback 2021-10-20 10:10:26 -07:00
Documentation This is the 4.19.207 stable release 2021-09-25 14:26:55 +02:00
drivers This is the 4.19.212 stable release 2021-10-17 10:40:32 +02:00
firmware
fs This is the 4.19.211 stable release 2021-10-13 14:17:14 +02:00
include This is the 4.19.212 stable release 2021-10-17 10:40:32 +02:00
init
ipc
kernel This is the 4.19.211 stable release 2021-10-13 14:17:14 +02:00
lib Revert "lib/timerqueue: Rely on rbtree semantics for next timer" 2021-10-13 12:15:04 +02:00
LICENSES
mm This is the 4.19.207 stable release 2021-09-25 14:26:55 +02:00
net This is the 4.19.212 stable release 2021-10-17 10:40:32 +02:00
samples This is the 4.19.207 stable release 2021-09-25 14:26:55 +02:00
scripts This is the 4.19.203 stable release 2021-08-12 13:58:30 +02:00
security This is the 4.19.208 stable release 2021-10-04 19:05:27 +02:00
sound This is the 4.19.207 stable release 2021-09-25 14:26:55 +02:00
tools Merge 4.19.210 into android-4.19-stable 2021-10-13 12:14:49 +02:00
usr
virt KVM: remember position in kvm->vcpus array 2021-09-26 13:39:46 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
build.config.aarch64
build.config.allmodconfig ANDROID: Different fix for KABI breakage in 4.19.209 in struct sock 2021-10-11 19:44:01 +00:00
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common
build.config.gki
build.config.gki_kasan
build.config.gki_kasan.aarch64
build.config.gki_kasan.x86_64
build.config.gki_kprobes
build.config.gki_kprobes.aarch64
build.config.gki_kprobes.x86_64
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
build.config.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile This is the 4.19.212 stable release 2021-10-17 10:40:32 +02:00
OWNERS
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.