gss_krb5: split up functions in preparation of adding new enctypes
authorKevin Coffman <kwc@citi.umich.edu>
Wed, 17 Mar 2010 17:02:49 +0000 (13:02 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 14 May 2010 19:09:15 +0000 (15:09 -0400)
commit1ac3719a2214c545c7e19d34e272a148ca9a24f1
treeae1a3f88f85aad50c03cd0960b3fbc392561c673
parent54ec3d462f3c2a3fe48a7bd592160bee31360087
gss_krb5: split up functions in preparation of adding new enctypes

Add encryption type to the krb5 context structure and use it to switch
to the correct functions depending on the 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>
include/linux/sunrpc/gss_krb5.h
net/sunrpc/auth_gss/gss_krb5_mech.c
net/sunrpc/auth_gss/gss_krb5_seal.c
net/sunrpc/auth_gss/gss_krb5_unseal.c
net/sunrpc/auth_gss/gss_krb5_wrap.c