Lines Matching +full:aes +full:- +full:cmac
1 # SPDX-License-Identifier: GPL-2.0-only
28 GSS-API mechanism (RFC 1964).
30 Secure RPC calls with Kerberos require an auxiliary user-space
31 daemon which may be found in the Linux nfs-utils package
32 available from http://linux-nfs.org/. In addition, user-space
38 bool "Enable Kerberos enctypes based on AES and SHA-1"
46 that utilize Advanced Encryption Standard (AES) ciphers and
47 SHA-1 digests. These include aes128-cts-hmac-sha1-96 and
48 aes256-cts-hmac-sha1-96.
51 bool "Enable Kerberos encryption types based on Camellia and CMAC"
58 that utilize Camellia ciphers (RFC 3713) and CMAC digests
59 (NIST Special Publication 800-38B). These include
60 camellia128-cts-cmac and camellia256-cts-cmac.
63 bool "Enable Kerberos enctypes based on AES and SHA-2"
71 that utilize Advanced Encryption Standard (AES) ciphers and
72 SHA-2 digests. These include aes128-cts-hmac-sha256-128 and
73 aes256-cts-hmac-sha384-192.
88 to the KUnit documentation in Documentation/dev-tools/kunit/.
95 This option enables a sysctl-based debugging interface
105 tristate "RPC-over-RDMA transport"