No description
  • C 97%
  • Assembly 1%
  • Shell 0.6%
  • Rust 0.5%
  • Python 0.4%
  • Other 0.3%
Find a file
Herbert Xu f2ffe5a918 crypto: hash - Add request chaining API
This adds request chaining to the ahash interface.  Request chaining
allows multiple requests to be submitted in one shot.  An algorithm
can elect to receive chained requests by setting the flag
CRYPTO_ALG_REQ_CHAIN.  If this bit is not set, the API will break
up chained requests and submit them one-by-one.

A new err field is added to struct crypto_async_request to record
the return value for each individual request.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-02-22 16:01:53 +08:00
arch crypto: x86/ghash - Use proper helpers to clone request 2025-02-22 16:00:03 +08:00
block
certs
crypto crypto: hash - Add request chaining API 2025-02-22 16:01:53 +08:00
Documentation dt-bindings: crypto: qcom-qce: Document the X1E80100 crypto engine 2025-02-22 15:56:03 +08:00
drivers crypto: inside-secure/eip93 - Correctly handle return of for sg_nents_for_len 2025-02-22 15:56:03 +08:00
fs
include crypto: hash - Add request chaining API 2025-02-22 16:01:53 +08:00
init
io_uring
ipc
kernel
lib crypto: lib/Kconfig - Fix lib built-in failure when arch is modular 2025-02-22 15:56:03 +08:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add Nicolas Frattaroli to rockchip-rng maintainers 2025-02-22 15:56:02 +08: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 reStructuredText 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.