Go to file
Gustavo A. R. Silva d75f482eaf crypto: rmd256 - use swap macro in rmd256_transform
Make use of the swap macro and remove unnecessary variable *tmp*.
This makes the code easier to read and maintain.

This code was detected with the help of Coccinelle.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-07-27 19:28:36 +08:00
arch crypto: arm64/sha256 - increase cra_priority of scalar implementations 2018-07-27 19:16:38 +08:00
block for-linus-20180616 2018-06-17 05:37:55 +09:00
certs
crypto crypto: rmd256 - use swap macro in rmd256_transform 2018-07-27 19:28:36 +08:00
Documentation dt-bindings: crypto: Add new compatible qcom, prng-ee 2018-07-27 19:04:32 +08:00
drivers staging: rtl: Use existing define with polynomial 2018-07-27 19:16:37 +08:00
firmware
fs Solve a series of broken links for files under Documentation: 2018-06-17 05:25:18 +09:00
include lib/crc: Use consistent naming for CRC-32 polynomials 2018-07-27 19:04:33 +08:00
init
ipc
kernel Solve a series of broken links for files under Documentation: 2018-06-17 05:25:18 +09:00
lib lib: Use existing define with polynomial 2018-07-27 19:16:38 +08:00
LICENSES
mm
net
samples
scripts
security crypto: remove redundant type flags from tfm allocation 2018-07-09 00:30:29 +08:00
sound
tools Solve a series of broken links for files under Documentation: 2018-06-17 05:25:18 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS crypto: MAINTAINERS - fix file path for SHA multibuffer code 2018-07-09 00:30:20 +08:00
Makefile Linux 4.18-rc1 2018-06-17 08:04:49 +09:00
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.