Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dsvcauth.h179 static inline unsigned long hash_mem(char *buf, int length, int bits) in hash_mem() function
/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c101 return hash_mem(item->in_handle.data, item->in_handle.len, RSI_HASHBITS) in rsi_hash()
102 ^ hash_mem(item->in_token.data, item->in_token.len, RSI_HASHBITS); in rsi_hash()
357 return hash_mem(rsci->handle.data, rsci->handle.len, RSC_HASHBITS); in rsc_hash()
/linux-4.1.27/fs/nfsd/
Dexport.c255 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS); in svc_expkey_hash()