Home
last modified time | relevance | path

Searched refs:hash_mem (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/sunrpc/
Dsvcauth.h183 static inline unsigned long hash_mem(char const *buf, int length, int bits) in hash_mem() function
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c111 return hash_mem(item->in_handle.data, item->in_handle.len, RSI_HASHBITS) in rsi_hash()
112 ^ hash_mem(item->in_token.data, item->in_token.len, RSI_HASHBITS); in rsi_hash()
378 return hash_mem(rsci->handle.data, rsci->handle.len, RSC_HASHBITS); in rsc_hash()
/Linux-v5.4/fs/nfsd/
Dexport.c269 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS); in svc_expkey_hash()