crypto/krb5: Provide infrastructure and key derivation
authorDavid Howells <dhowells@redhat.com>
Thu, 3 Sep 2020 11:05:04 +0000 (12:05 +0100)
committerDavid Howells <dhowells@redhat.com>
Sun, 2 Mar 2025 21:47:07 +0000 (21:47 +0000)
commit41cf1d1e8a86c5c675982136f07c519c4b15b157
treeacef80b6b7f84e54982a70d50735084af008edf8
parent0392b110ccaf543b31842b04c8142f4f8ce7bdec
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
crypto/krb5/Makefile
crypto/krb5/internal.h
crypto/krb5/krb5_kdf.c [new file with mode: 0644]
include/crypto/krb5.h