No description
Find a file
Hans de Goede 1a01333d31 crypto: sha256_generic - Fix some coding style issues
Add a bunch of missing spaces after commas and arround operators.

Note the main goal of this is to make sha256_transform and its helpers
identical in formatting too the duplcate implementation in lib/sha256.c,
so that "diff -u" can be used to compare them to prove that no functional
changes are made when further patches in this series consolidate the 2
implementations into 1.

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: s390/xts-aes - invoke fallback for ciphertext stealing 2019-08-22 14:57:34 +10:00
block
certs
crypto crypto: sha256_generic - Fix some coding style issues 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: des - remove now unused __des3_ede_setkey() 2019-08-22 14:57:33 +10:00
init
ipc
kernel
lib crypto: sha256 - Fix some coding style issues 2019-08-22 14:57:34 +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.