diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2023-01-15 12:20:35 -0500 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2023-02-20 09:20:34 -0500 |
commit | 4be416a5f2803d421c950cc48e8e0c1eaaa8c773 (patch) | |
tree | 0d799cf7a8d8e92945694aca202d004a7977f44a /include/linux/sunrpc | |
parent | f03640a1a9782f4bf7c1db63e2e6a9598c6d2c6e (diff) | |
download | linux-stable-4be416a5f2803d421c950cc48e8e0c1eaaa8c773.tar.gz linux-stable-4be416a5f2803d421c950cc48e8e0c1eaaa8c773.tar.bz2 linux-stable-4be416a5f2803d421c950cc48e8e0c1eaaa8c773.zip |
SUNRPC: Remove .conflen field from struct gss_krb5_enctype
Now that arcfour-hmac is gone, the confounder length is again the
same as the cipher blocksize for every implemented enctype. The
gss_krb5_enctype::conflen field is no longer necessary.
Tested-by: Scott Mayhew <smayhew@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/gss_krb5.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sunrpc/gss_krb5.h b/include/linux/sunrpc/gss_krb5.h index 9a833825b55b..51860e3a0216 100644 --- a/include/linux/sunrpc/gss_krb5.h +++ b/include/linux/sunrpc/gss_krb5.h @@ -64,9 +64,6 @@ struct gss_krb5_enctype { const char *cksum_name; /* crypto checksum name */ const u16 signalg; /* signing algorithm */ const u16 sealalg; /* sealing algorithm */ - const u32 conflen; /* confounder length - (normally the same as - the blocksize) */ const u32 cksumlength; /* checksum length */ const u32 keyed_cksum; /* is it a keyed cksum? */ const u32 keybytes; /* raw key len, in bytes */ |