Go to file
Herbert Xu ff0800af25 crypto: sun8i-ss - Remove prepare/unprepare request
The callbacks for prepare and unprepare request in crypto_engine
is superfluous.  They can be done directly from do_one_request.

Move the code into do_one_request and remove the unused callbacks.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-08-18 17:01:09 +08:00
arch crypto: arm64/aes - remove Makefile hack 2023-08-11 19:19:27 +08:00
block
certs
crypto crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff values 2023-08-11 19:19:52 +08:00
Documentation dt-bindings: crypto: qcom,prng: Add SM8450 2023-08-18 17:01:09 +08:00
drivers crypto: sun8i-ss - Remove prepare/unprepare request 2023-08-18 17:01:09 +08:00
fs
include crypto: api - Use work queue in crypto_destroy_instance 2023-08-11 19:19:27 +08:00
init
io_uring
ipc
kernel
lib crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() 2023-08-11 19:19:52 +08:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools crypto: ccp - Add unit tests for dynamic boost control 2023-07-20 22:15:12 +12:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS crypto: ccp - Add Mario to MAINTAINERS 2023-07-20 22:15:12 +12:00
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.