diff options
author | Kevin Coffman <kwc@citi.umich.edu> | 2010-03-17 13:03:03 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-05-14 15:09:19 -0400 |
commit | fc263a917afad3bda7b823a6edc803a40e7f6015 (patch) | |
tree | c6773866431c48aea2b837f5ba06314ec21369b4 /include/linux/sunrpc | |
parent | 8b23707612cffdba694dcd18aa8a018918aa86dc (diff) |
gss_krb5: Save the raw session key in the context
This is needed for deriving arcfour-hmac keys "on the fly"
using the sequence number or checksu
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/gss_krb5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/gss_krb5.h b/include/linux/sunrpc/gss_krb5.h index 633f41f11a40..b0ab827add26 100644 --- a/include/linux/sunrpc/gss_krb5.h +++ b/include/linux/sunrpc/gss_krb5.h | |||
@@ -101,6 +101,7 @@ struct krb5_ctx { | |||
101 | struct crypto_blkcipher *initiator_enc; | 101 | struct crypto_blkcipher *initiator_enc; |
102 | struct crypto_blkcipher *acceptor_enc_aux; | 102 | struct crypto_blkcipher *acceptor_enc_aux; |
103 | struct crypto_blkcipher *initiator_enc_aux; | 103 | struct crypto_blkcipher *initiator_enc_aux; |
104 | u8 Ksess[GSS_KRB5_MAX_KEYLEN]; /* session key */ | ||
104 | u8 cksum[GSS_KRB5_MAX_KEYLEN]; | 105 | u8 cksum[GSS_KRB5_MAX_KEYLEN]; |
105 | s32 endtime; | 106 | s32 endtime; |
106 | u32 seq_send; | 107 | u32 seq_send; |