Searched refs:EXPKEY_HASHBITS (Results 1 – 1 of 1) sorted by relevance
37 #define EXPKEY_HASHBITS 8 macro38 #define EXPKEY_HASHMAX (1 << EXPKEY_HASHBITS)256 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS); in svc_expkey_hash()257 hash ^= hash_ptr(item->ek_client, EXPKEY_HASHBITS); in svc_expkey_hash()