Go to file
Herbert Xu e5221fa6a3 KEYS: asymmetric: Move sm2 code into x509_public_key
The sm2 certificate requires a modified digest.  Move the code
for the hashing from the signature verification path into the
code where we generate the digest.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-06-23 16:15:37 +08:00
arch crypto: arm64/sha256-glue - Include module.h 2023-05-19 20:56:59 +08:00
block
certs
crypto KEYS: asymmetric: Move sm2 code into x509_public_key 2023-06-23 16:15:37 +08:00
Documentation crypto: qat - expose pm_idle_enabled through sysfs 2023-06-16 20:30:57 +08:00
drivers crypto: starfive - Add RSA algo support 2023-06-23 16:15:36 +08:00
fs
include KEYS: asymmetric: Move sm2 code into x509_public_key 2023-06-23 16:15:37 +08:00
init
io_uring
ipc
kernel
lib crypto: lib/sha256 - Use generic code from sha256_base 2023-05-19 16:45:43 +08:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS crypto: starfive - Add crypto engine support 2023-05-19 16:46:22 +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 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.