No description
Find a file
Hans de Goede 08c327f63f crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code
Drop the duplicate generic sha256 (and sha224) implementation from
crypto/sha256_generic.c and use the implementation from
lib/crypto/sha256.c instead.

"diff -u lib/crypto/sha256.c sha256_generic.c" shows that the core
sha256_transform function from both implementations is identical and
the other code is functionally identical too.

Suggested-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-08-22 14:57:35 +10:00
arch crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use 2019-08-22 14:57:35 +10:00
block
certs
crypto crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code 2019-08-22 14:57:35 +10:00
Documentation
drivers crypto: vmx/xts - use fallback for ciphertext stealing 2019-08-22 14:57:34 +10:00
fs fs: cifs: move from the crypto cipher API to the new DES library interface 2019-08-22 14:57:34 +10:00
include crypto: sha256 - Add sha224 support to sha256 library code 2019-08-22 14:57:35 +10:00
init
ipc
kernel
lib crypto: sha256 - Add sha224 support to sha256 library code 2019-08-22 14:57:35 +10:00
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.

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.