1config CRYPTO_KRB5 2 tristate "Kerberos 5 crypto" 3 select CRYPTO_MANAGER 4 select CRYPTO_KRB5ENC 5 select CRYPTO_AUTHENC 6 select CRYPTO_SKCIPHER 7 select CRYPTO_HASH_INFO 8 select CRYPTO_HMAC 9 select CRYPTO_CMAC 10 select CRYPTO_SHA1 11 select CRYPTO_SHA256 12 select CRYPTO_SHA512 13 select CRYPTO_CBC 14 select CRYPTO_CTS 15 select CRYPTO_AES 16 select CRYPTO_CAMELLIA 17 help 18 Provide a library for provision of Kerberos-5-based crypto. This is 19 intended for network filesystems to use. 20 21config CRYPTO_KRB5_SELFTESTS 22 bool "Kerberos 5 crypto selftests" 23 depends on CRYPTO_KRB5 24 help 25 Turn on some self-testing for the kerberos 5 crypto functions. These 26 will be performed on module load or boot, if compiled in. 27