Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dexport.c39 #define EXPKEY_HASHBITS 8 macro
40 #define EXPKEY_HASHMAX (1 << EXPKEY_HASHBITS)
280 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS); in svc_expkey_hash()
281 hash ^= hash_ptr(item->ek_client, EXPKEY_HASHBITS); in svc_expkey_hash()