Home
last modified time | relevance | path

Searched refs:dnscrypt_shared_secret_cache_size (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h695 size_t dnscrypt_shared_secret_cache_size;
694 size_t dnscrypt_shared_secret_cache_size; global() member
H A Dconfig_file.c369 cfg->dnscrypt_shared_secret_cache_size = 4*1024*1024; in config_create()
839 dnscrypt_shared_secret_cache_size) in config_set_option()
1329 dnscrypt_shared_secret_cache_size) in config_get_option()
H A Dconfigparser.y3838 OUTYY(("P(dnscrypt_shared_secret_cache_size:%s)\n", $2));
3839 if(!cfg_parse_memsize($2, &cfg_parser->cfg->dnscrypt_shared_secret_cache_size))
H A Dconfigparser.c7517 OUTYY(("P(dnscrypt_shared_secret_cache_size:%s)\n", (yyvsp[0].str))); in yyparse()
7518 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->dnscrypt_shared_secret_cache_size)) in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c204 + (cfg->dnscrypt?cfg->dnscrypt_shared_secret_cache_size + cfg->dnscrypt_nonce_cache_size:0) in checkrlimits()
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c982 cfg->dnscrypt_shared_secret_cache_size, in dnsc_apply_cfg()