Searched refs:dnscrypt_nonce_cache_slabs (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h604 size_t dnscrypt_nonce_cache_slabs; member in struct:config_file
H A Dconfig_file.c341 cfg->dnscrypt_nonce_cache_slabs = 4;
726 dnscrypt_nonce_cache_slabs)
1159 dnscrypt_nonce_cache_slabs)
H A Dconfigparser.y3289 OUTYY(("P(dnscrypt_nonce_cache_slabs:%s)\n", $2));
3293 cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi($2);
3294 if(!is_pow2(cfg_parser->cfg->dnscrypt_nonce_cache_slabs))
/freebsd-11-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.c993 cfg->dnscrypt_nonce_cache_slabs,

Completed in 196 milliseconds