diff options
| author | David Howells <dhowells@redhat.com> | 2020-11-10 17:00:54 +0000 |
|---|---|---|
| committer | David Howells <dhowells@redhat.com> | 2025-03-02 21:41:54 +0000 |
| commit | 3936f02bf2d3308a7359dd37dd96cd60603d8170 (patch) | |
| tree | 67b701c03da5b5467c206c73268e5a7cdd3e9b13 /crypto/Makefile | |
| parent | 1b80b6f446ed262077f5212ad213e8ead2cdecc3 (diff) | |
| download | linux-3936f02bf2d3308a7359dd37dd96cd60603d8170.tar.gz linux-3936f02bf2d3308a7359dd37dd96cd60603d8170.tar.bz2 linux-3936f02bf2d3308a7359dd37dd96cd60603d8170.zip | |
crypto/krb5: Implement Kerberos crypto core
Provide core structures, an encoding-type registry and basic module and
config bits for a generic Kerberos crypto library.
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
Diffstat (limited to 'crypto/Makefile')
| -rw-r--r-- | crypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index 20c8e3ee9835..d1e422249af6 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -213,3 +213,5 @@ obj-$(CONFIG_CRYPTO_SIMD) += crypto_simd.o # Key derivation function # obj-$(CONFIG_CRYPTO_KDF800108_CTR) += kdf_sp800108.o + +obj-$(CONFIG_CRYPTO_KRB5) += krb5/ |
