Data Fields | |
| unsigned int | magic |
| isc_mem_t * | mctx |
| isc_mutex_t | lock |
| isc_boolean_t | initialized |
| isc_refcount_t | refcnt |
| isc_entropy_t * | entropy |
| entropy source | |
| size_t | limit |
| upper limit of key length | |
| size_t | vectorlen |
| size of the vector below | |
| hash_random_t * | rndvector |
| random vector for universal hashing | |
Definition at line 90 of file hash.c.
| unsigned int isc_hash::magic |
Definition at line 93 of file hash.c.
Referenced by destroy(), isc_hash_ctxcreate(), and isc_hash_ctxinit().
Definition at line 94 of file hash.c.
Referenced by hash_calc(), isc_hash_ctxcreate(), and isc_hash_ctxinit().
Definition at line 95 of file hash.c.
Referenced by destroy(), isc_hash_ctxattach(), isc_hash_ctxcreate(), isc_hash_ctxdetach(), and isc_hash_destroy().
entropy source
Definition at line 96 of file hash.c.
Referenced by destroy(), isc_hash_ctxcreate(), and isc_hash_ctxinit().
| size_t isc_hash::limit |
| size_t isc_hash::vectorlen |
size of the vector below
Definition at line 98 of file hash.c.
Referenced by destroy(), isc_hash_ctxcreate(), and isc_hash_ctxinit().
random vector for universal hashing
Definition at line 99 of file hash.c.
Referenced by destroy(), hash_calc(), isc__hash_setvec(), isc_hash_ctxcreate(), and isc_hash_ctxinit().