Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dauth.c26 unsigned int hashbits; member
296 new->hashbits = auth_hashbits; in rpcauth_init_credcache()
297 hashsize = 1U << new->hashbits; in rpcauth_init_credcache()
383 unsigned int hashsize = 1U << cache->hashbits; in rpcauth_clear_credcache()
523 nr = auth->au_ops->hash_cred(acred, cache->hashbits); in rpcauth_lookup_credcache()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1367 gss_hash_cred(struct auth_cred *acred, unsigned int hashbits) in gss_hash_cred() argument
1369 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()