commit | e856a231d5d5742fe7c63e3a2b266bef668af5b4 | [log] [tgz] |
---|---|---|
author | Frank Sorenson <sorenson@redhat.com> | Thu Sep 29 10:44:37 2016 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Sep 30 15:28:46 2016 -0400 |
tree | ab418c796998e5215872e2e4eeadf17d7fb91901 | |
parent | a865880e20ca4d2df362f61c9ef51f0fc0273131 [diff] |
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>