SUNRPC: Add new subkey length fields
authorChuck Lever <chuck.lever@oracle.com>
Sun, 15 Jan 2023 17:22:30 +0000 (12:22 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:42 +0000 (09:20 -0500)
commitaf664fc9023e69d1a90800c0f815c296bf727e18
tree65af47f64b7f6dc16767a3a793880a454c93efa9
parent8b3a09f3454240cb2c2ab3da02b86f354aab0bd6
SUNRPC: Add new subkey length fields

The aes256-cts-hmac-sha384-192 enctype specifies the length of its
checksum and integrity subkeys as 192 bits, but the length of its
encryption subkey (Ke) as 256 bits. Add new fields to struct
gss_krb5_enctype that specify the key lengths individually, and
where needed, use the correct new field instead of ->keylength.

Tested-by: Scott Mayhew <smayhew@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/linux/sunrpc/gss_krb5.h
net/sunrpc/auth_gss/gss_krb5_mech.c