Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dconfig_file.h629 size_t dnscrypt_nonce_cache_slabs; member
H A Dconfig_file.c351 cfg->dnscrypt_nonce_cache_slabs = 4; in config_create()
748 dnscrypt_nonce_cache_slabs) in config_set_option()
1200 dnscrypt_nonce_cache_slabs) in config_get_option()
H A Dconfigparser.y3468 cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi($2);
3469 if(!is_pow2(cfg_parser->cfg->dnscrypt_nonce_cache_slabs))
/freebsd-13.1/contrib/unbound/dnscrypt/
H A Ddnscrypt.c995 cfg->dnscrypt_nonce_cache_slabs, in dnsc_apply_cfg()