Go to file
David Howells 41cf1d1e8a crypto/krb5: Provide infrastructure and key derivation
Provide key derivation interface functions and a helper to implement the
PRF+ function from rfc4402.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Herbert Xu <herbert@gondor.apana.org.au>
cc: "David S. Miller" <davem@davemloft.net>
cc: Chuck Lever <chuck.lever@oracle.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Eric Dumazet <edumazet@google.com>
cc: Jakub Kicinski <kuba@kernel.org>
cc: Paolo Abeni <pabeni@redhat.com>
cc: Simon Horman <horms@kernel.org>
cc: linux-afs@lists.infradead.org
cc: linux-nfs@vger.kernel.org
cc: linux-crypto@vger.kernel.org
cc: netdev@vger.kernel.org
2025-03-02 21:47:07 +00:00
arch crypto: lib/Kconfig - Hide arch options from user 2025-03-02 15:21:47 +08:00
block
certs
crypto crypto/krb5: Provide infrastructure and key derivation 2025-03-02 21:47:07 +00:00
Documentation crypto/krb5: Add API Documentation 2025-03-02 21:39:03 +00:00
drivers crypto: octeontx - Remove unused function otx_cpt_eng_grp_has_eng_type 2025-03-02 15:21:10 +08:00
fs
include crypto/krb5: Provide infrastructure and key derivation 2025-03-02 21:47:07 +00:00
init
io_uring
ipc
kernel
lib crypto: lib/Kconfig - Hide arch options from user 2025-03-02 15:21:47 +08:00
LICENSES
mm
net net/tls: use the new scatterwalk functions 2025-03-02 15:19:44 +08:00
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
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.