Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/unbound/util/
HDconfig_file.h604 size_t dnscrypt_nonce_cache_slabs; member
HDconfig_file.c341 cfg->dnscrypt_nonce_cache_slabs = 4; in config_create()
726 dnscrypt_nonce_cache_slabs) in config_set_option()
1159 dnscrypt_nonce_cache_slabs) in config_get_option()
HDconfigparser.y3293 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/
HDdnscrypt.c993 cfg->dnscrypt_nonce_cache_slabs, in dnsc_apply_cfg()