Searched refs:hash_mem (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/sunrpc/ |
D | svcauth.h | 182 static inline unsigned long hash_mem(char const *buf, int length, int bits) in hash_mem() function
|
/Linux-v4.19/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-v4.19/fs/nfsd/ |
D | export.c | 256 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS); in svc_expkey_hash()
|