File: Kconfig

package info (click to toggle)
linux 6.18.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,742,348 kB
  • sloc: ansic: 26,784,619; asm: 272,099; sh: 148,799; python: 79,242; makefile: 57,743; perl: 36,527; xml: 19,542; cpp: 5,911; yacc: 4,939; lex: 2,950; awk: 1,607; sed: 30; ruby: 25
file content (26 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config CRYPTO_KRB5
	tristate "Kerberos 5 crypto"
	select CRYPTO_MANAGER
	select CRYPTO_KRB5ENC
	select CRYPTO_AUTHENC
	select CRYPTO_SKCIPHER
	select CRYPTO_HASH_INFO
	select CRYPTO_HMAC
	select CRYPTO_CMAC
	select CRYPTO_SHA1
	select CRYPTO_SHA256
	select CRYPTO_SHA512
	select CRYPTO_CBC
	select CRYPTO_CTS
	select CRYPTO_AES
	select CRYPTO_CAMELLIA
	help
	  Provide a library for provision of Kerberos-5-based crypto.  This is
	  intended for network filesystems to use.

config CRYPTO_KRB5_SELFTESTS
	bool "Kerberos 5 crypto selftests"
	depends on CRYPTO_KRB5
	help
	  Turn on some self-testing for the kerberos 5 crypto functions.  These
	  will be performed on module load or boot, if compiled in.