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