Searched refs:nonces_cache (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.h77 struct slabhash *nonces_cache; member in struct:dnsc_env
78 /** lock on nonces_cache, used to avoid race condition in updating the hash */
H A Ddnscrypt.c170 * Inserts a nonce, magic_query, pk tuple into the nonces_cache slabhash.
205 * Lookup a record in nonces_cache.
275 env->nonces_cache,
289 env->nonces_cache,
952 &env->nonces_cache,
953 sizeof(env->nonces_cache));
992 env->nonces_cache = slabhash_create(
1020 slabhash_delete(env->nonces_cache);
/freebsd-12-stable/contrib/unbound/util/shm_side/
H A Dshm_main.c262 worker->daemon->dnscenv->nonces_cache);
/freebsd-12-stable/contrib/unbound/daemon/
H A Dstats.c306 worker->daemon->dnscenv->nonces_cache);
H A Dremote.c812 dnscrypt_nonce = slabhash_get_mem(daemon->dnscenv->nonces_cache);

Completed in 180 milliseconds