Home
last modified time | relevance | path

Searched refs:hashbits (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/
A Dauth.c26 unsigned int hashbits; member
299 new->hashbits = auth_hashbits; in rpcauth_init_credcache()
300 hashsize = 1U << new->hashbits; in rpcauth_init_credcache()
386 unsigned int hashsize = 1U << cache->hashbits; in rpcauth_clear_credcache()
526 nr = auth->au_ops->hash_cred(acred, cache->hashbits); in rpcauth_lookup_credcache()
/linux/net/sunrpc/auth_gss/
A Dauth_gss.c1333 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits) in gss_hash_cred() argument
1335 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()

Completed in 8 milliseconds