Home
last modified time | relevance | path

Searched refs:val_nsec3_key_iterations (Results 1 – 7 of 7) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/pythonmod/doc/modules/
H A Dconfig.rst279 .. attribute:: val_nsec3_key_iterations
/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h410 char* val_nsec3_key_iterations; member
H A Dconfig_file.c314 if(!(cfg->val_nsec3_key_iterations = in config_create()
664 else S_STR("val-nsec3-keysize-iterations:", val_nsec3_key_iterations) in config_set_option()
1094 else O_STR(opt, "val-nsec3-keysize-iterations",val_nsec3_key_iterations) in config_get_option()
1559 free(cfg->val_nsec3_key_iterations); in config_delete()
H A Dconfigparser.y2064 free(cfg_parser->cfg->val_nsec3_key_iterations);
2065 cfg_parser->cfg->val_nsec3_key_iterations = $2;
H A Dconfigparser.c5694 free(cfg_parser->cfg->val_nsec3_key_iterations); in yyparse()
5695 cfg_parser->cfg->val_nsec3_key_iterations = (yyvsp[0].str); in yyparse()
/dports/dns/unbound/unbound-1.14.0/validator/
H A Dvalidator.c141 c = cfg_count_numbers(cfg->val_nsec3_key_iterations); in val_apply_cfg()
144 "iterations: %s", cfg->val_nsec3_key_iterations); in val_apply_cfg()
148 if(!fill_nsec3_iter(val_env, cfg->val_nsec3_key_iterations, c/2)) { in val_apply_cfg()
/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dinterface.i1019 char* val_nsec3_key_iterations;