Searched refs:hash_mem (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/sunrpc/ |
D | svcauth.h | 179 static inline unsigned long hash_mem(char *buf, int length, int bits) in hash_mem() function
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 101 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/ |
D | export.c | 255 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS); in svc_expkey_hash()
|