]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto/krb5: Implement the Kerberos5 rfc3961 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:48:34 +0000 (21:48 +0000)
commitc8d8f6af66c3cd7896460da4a0ddd006f391f6d2
tree33e55b50b87b5c6ec63f6042ac2c0b48fea209e9
parent41cf1d1e8a86c5c675982136f07c519c4b15b157
crypto/krb5: Implement the Kerberos5 rfc3961 key derivation

Implement the simplified crypto profile for Kerberos 5 rfc3961 with the
pseudo-random function, PRF(), from section 5.3 and the key derivation
function, DK() from section 5.1.

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/rfc3961_simplified.c [new file with mode: 0644]