Home
last modified time | relevance | path

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

/src/contrib/unbound/dnscrypt/
H A Ddnscrypt.c275 env->nonces_cache, in dnscrypt_server_uncurve()
289 env->nonces_cache, in dnscrypt_server_uncurve()
954 &env->nonces_cache, in dnsc_create()
955 sizeof(env->nonces_cache)); in dnsc_create()
994 env->nonces_cache = slabhash_create( in dnsc_apply_cfg()
1022 slabhash_delete(env->nonces_cache); in dnsc_delete()
H A Ddnscrypt.h77 struct slabhash *nonces_cache; member
/src/contrib/unbound/util/shm_side/
H A Dshm_main.c268 worker->daemon->dnscenv->nonces_cache); in shm_main_run()
/src/contrib/unbound/daemon/
H A Dstats.c319 worker->daemon->dnscenv->nonces_cache); in server_stats_compile()
H A Dremote.c921 dnscrypt_nonce = slabhash_get_mem(daemon->dnscenv->nonces_cache); in print_mem()