Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dauth.c26 unsigned int hashbits; member
348 new->hashbits = auth_hashbits; in rpcauth_init_credcache()
349 hashsize = 1U << new->hashbits; in rpcauth_init_credcache()
435 unsigned int hashsize = 1U << cache->hashbits; in rpcauth_clear_credcache()
575 nr = auth->au_ops->hash_cred(acred, cache->hashbits); in rpcauth_lookup_credcache()
/Linux-v5.4/net/sunrpc/auth_gss/
Dauth_gss.c1358 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits) in gss_hash_cred() argument
1360 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()