]> asedeno.scripts.mit.edu Git - linux.git/commit
sunrpc: add hash_cred() function to rpc_authops struct
authorFrank Sorenson <sorenson@redhat.com>
Thu, 29 Sep 2016 15:44:37 +0000 (10:44 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 30 Sep 2016 19:28:46 +0000 (15:28 -0400)
commite856a231d5d5742fe7c63e3a2b266bef668af5b4
treeab418c796998e5215872e2e4eeadf17d7fb91901
parenta865880e20ca4d2df362f61c9ef51f0fc0273131
sunrpc: add hash_cred() function to rpc_authops struct

Currently, a single hash algorithm is used to hash the auth_cred for
the credcache for all rpc_auth types.  Add a hash_cred() function to
the rpc_authops struct to allow a hash function specific to each
auth flavor.

Signed-off-by: Frank Sorenson <sorenson@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/linux/sunrpc/auth.h