Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.h555 size_t dnscrypt_nonce_cache_slabs; member
H A Dconfig_file.c322 cfg->dnscrypt_nonce_cache_slabs = 4; in config_create()
666 dnscrypt_nonce_cache_slabs) in config_set_option()
1073 dnscrypt_nonce_cache_slabs) in config_get_option()
H A Dconfigparser.y2991 cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi($2);
2992 if(!is_pow2(cfg_parser->cfg->dnscrypt_nonce_cache_slabs))
/freebsd-12.1/contrib/unbound/dnscrypt/
H A Ddnscrypt.c993 cfg->dnscrypt_nonce_cache_slabs, in dnsc_apply_cfg()