xref: /linux/crypto/krb5/Kconfig (revision fc0cf10c04f49ddba1925b630467f49ea993569e)
13936f02bSDavid Howellsconfig CRYPTO_KRB5
23936f02bSDavid Howells	tristate "Kerberos 5 crypto"
33936f02bSDavid Howells	select CRYPTO_MANAGER
43936f02bSDavid Howells	select CRYPTO_KRB5ENC
53936f02bSDavid Howells	select CRYPTO_AUTHENC
63936f02bSDavid Howells	select CRYPTO_SKCIPHER
73936f02bSDavid Howells	select CRYPTO_HASH_INFO
87c164b66SDavid Howells	select CRYPTO_HMAC
9742e38d4SDavid Howells	select CRYPTO_CMAC
103936f02bSDavid Howells	select CRYPTO_SHA1
116c3c0e86SDavid Howells	select CRYPTO_SHA256
126c3c0e86SDavid Howells	select CRYPTO_SHA512
133936f02bSDavid Howells	select CRYPTO_CBC
143936f02bSDavid Howells	select CRYPTO_CTS
153936f02bSDavid Howells	select CRYPTO_AES
16742e38d4SDavid Howells	select CRYPTO_CAMELLIA
173936f02bSDavid Howells	help
183936f02bSDavid Howells	  Provide a library for provision of Kerberos-5-based crypto.  This is
193936f02bSDavid Howells	  intended for network filesystems to use.
20*fc0cf10cSDavid Howells
21*fc0cf10cSDavid Howellsconfig CRYPTO_KRB5_SELFTESTS
22*fc0cf10cSDavid Howells	bool "Kerberos 5 crypto selftests"
23*fc0cf10cSDavid Howells	depends on CRYPTO_KRB5
24*fc0cf10cSDavid Howells	help
25*fc0cf10cSDavid Howells	  Turn on some self-testing for the kerberos 5 crypto functions.  These
26*fc0cf10cSDavid Howells	  will be performed on module load or boot, if compiled in.
27