diff options
| author | Kevin Coffman <kwc@citi.umich.edu> | 2010-03-17 13:02:55 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-05-14 15:09:17 -0400 |
| commit | 958142e97e04d6c266ae093739bbbbd03afcd497 (patch) | |
| tree | f945fcf7105663bfccc124c347441268dcf06367 /include/linux/sunrpc | |
| parent | 683ac6656cb05b6e83593770ffc049eee4a4d119 (diff) | |
gss_krb5: add support for triple-des encryption
Add the final pieces to support the triple-des encryption type.
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/sunrpc/gss_krb5.h b/include/linux/sunrpc/gss_krb5.h index 04d5279f17df..db0522b4c4c9 100644 --- a/include/linux/sunrpc/gss_krb5.h +++ b/include/linux/sunrpc/gss_krb5.h | |||
| @@ -261,3 +261,8 @@ krb5_derive_key(const struct gss_krb5_enctype *gk5e, | |||
| 261 | const struct xdr_netobj *inkey, | 261 | const struct xdr_netobj *inkey, |
| 262 | struct xdr_netobj *outkey, | 262 | struct xdr_netobj *outkey, |
| 263 | const struct xdr_netobj *in_constant); | 263 | const struct xdr_netobj *in_constant); |
| 264 | |||
| 265 | u32 | ||
| 266 | gss_krb5_des3_make_key(const struct gss_krb5_enctype *gk5e, | ||
| 267 | struct xdr_netobj *randombits, | ||
| 268 | struct xdr_netobj *key); | ||
