Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c95 #define RSI_HASHBITS 6 macro
96 #define RSI_HASHMAX (1<<RSI_HASHBITS)
134 return hash_mem(item->in_handle.data, item->in_handle.len, RSI_HASHBITS) in rsi_hash()
135 ^ hash_mem(item->in_token.data, item->in_token.len, RSI_HASHBITS); in rsi_hash()