Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.h553 size_t dnscrypt_nonce_cache_size; member
H A Dconfig_file.c321 cfg->dnscrypt_nonce_cache_size = 4*1024*1024; in config_create()
664 dnscrypt_nonce_cache_size) in config_set_option()
1071 dnscrypt_nonce_cache_size) in config_get_option()
H A Dconfigparser.y2980 if(!cfg_parse_memsize($2, &cfg_parser->cfg->dnscrypt_nonce_cache_size))
/freebsd-12.1/contrib/unbound/dnscrypt/
H A Ddnscrypt.c995 cfg->dnscrypt_nonce_cache_size, in dnsc_apply_cfg()