sbin/unwind/libunbound/services/authzone.c
7829
struct val_env* ve;
sbin/unwind/libunbound/services/authzone.c
7838
ve = (struct val_env*)env->modinfo[m];
sbin/unwind/libunbound/services/authzone.c
8173
struct val_env* ve;
sbin/unwind/libunbound/services/authzone.c
8192
ve = (struct val_env*)env->modinfo[m];
sbin/unwind/libunbound/services/authzone.c
8234
struct val_env* ve;
sbin/unwind/libunbound/services/authzone.c
8254
ve = (struct val_env*)env->modinfo[m];
sbin/unwind/libunbound/validator/autotrust.c
1265
verify_dnskey(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/autotrust.c
1313
rr_is_selfsigned_revoked(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/autotrust.c
1538
check_contains_revoked(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/autotrust.c
1585
key_matches_a_ds(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/autotrust.c
1630
update_events(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/autotrust.c
2173
int autr_process_prime(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/autotrust.h
197
int autr_process_prime(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/autotrust.h
51
struct val_env;
sbin/unwind/libunbound/validator/val_nsec.c
177
nsec_verify_rrset(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec.c
202
val_nsec_prove_nodata_dsreply(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec.h
48
struct val_env;
sbin/unwind/libunbound/validator/val_nsec.h
80
struct val_env* ve, struct query_info* qinfo,
sbin/unwind/libunbound/validator/val_nsec3.c
1183
nsec3_prove_nameerror(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.c
1369
nsec3_prove_nodata(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.c
1387
nsec3_prove_wildcard(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.c
1447
list_is_secure(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.c
1477
nsec3_prove_nods(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.c
1585
nsec3_prove_nxornodata(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.c
466
get_max_iter(struct val_env* ve, size_t bits)
sbin/unwind/libunbound/validator/val_nsec3.c
487
nsec3_iteration_count_high(struct val_env* ve, struct nsec3_filter* filter,
sbin/unwind/libunbound/validator/val_nsec3.h
130
nsec3_prove_nameerror(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.h
168
nsec3_prove_nodata(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.h
193
nsec3_prove_wildcard(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.h
223
nsec3_prove_nods(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.h
248
nsec3_prove_nxornodata(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_nsec3.h
72
struct val_env;
sbin/unwind/libunbound/validator/val_sigcrypt.c
1417
check_dates(struct val_env* ve, uint32_t unow, uint8_t* expi_p,
sbin/unwind/libunbound/validator/val_sigcrypt.c
1488
adjust_ttl(struct val_env* ve, uint32_t unow,
sbin/unwind/libunbound/validator/val_sigcrypt.c
1538
struct val_env* ve, time_t now,
sbin/unwind/libunbound/validator/val_sigcrypt.c
556
dnskeyset_verify_rrset_sig(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_sigcrypt.c
624
dnskeyset_verify_rrset(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_sigcrypt.c
707
dnskey_verify_rrset(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_sigcrypt.h
273
struct val_env* ve, struct ub_packed_rrset_key* rrset,
sbin/unwind/libunbound/validator/val_sigcrypt.h
293
enum sec_status dnskey_verify_rrset(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_sigcrypt.h
321
struct sldns_buffer* buf, struct val_env* ve, time_t now,
sbin/unwind/libunbound/validator/val_sigcrypt.h
49
struct val_env;
sbin/unwind/libunbound/validator/val_utils.c
405
val_verify_rrset(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_utils.c
465
val_verify_rrset_entry(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_utils.c
489
verify_dnskeys_with_ds_rr(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_utils.c
576
val_verify_DNSKEY_with_DS(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_utils.c
678
struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset,
sbin/unwind/libunbound/validator/val_utils.c
707
val_verify_DNSKEY_with_TA(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_utils.c
852
struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset,
sbin/unwind/libunbound/validator/val_utils.h
133
struct val_env* ve, struct ub_packed_rrset_key* rrset,
sbin/unwind/libunbound/validator/val_utils.h
158
struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset,
sbin/unwind/libunbound/validator/val_utils.h
184
struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset,
sbin/unwind/libunbound/validator/val_utils.h
218
struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_utils.h
251
struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/val_utils.h
49
struct val_env;
sbin/unwind/libunbound/validator/validator.c
1007
validate_positive_response(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/validator.c
1126
validate_nodata_response(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/validator.c
1240
validate_nameerror_response(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/validator.c
1401
validate_any_response(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/validator.c
1528
validate_cname_response(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/validator.c
164
val_env_apply_cfg(struct val_env* val_env, struct config_file* cfg,
sbin/unwind/libunbound/validator/validator.c
1658
validate_cname_noanswer_response(struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/validator.c
167
free(val_env->nsec3_keysize);
sbin/unwind/libunbound/validator/validator.c
168
free(val_env->nsec3_maxiter);
sbin/unwind/libunbound/validator/validator.c
169
val_env->nsec3_keysize = keysize;
sbin/unwind/libunbound/validator/validator.c
170
val_env->nsec3_maxiter = maxiter;
sbin/unwind/libunbound/validator/validator.c
171
val_env->nsec3_keyiter_count = keyiter_count;
sbin/unwind/libunbound/validator/validator.c
172
val_env->bogus_ttl = (uint32_t)cfg->bogus_ttl;
sbin/unwind/libunbound/validator/validator.c
173
val_env->date_override = cfg->val_date_override;
sbin/unwind/libunbound/validator/validator.c
174
val_env->skew_min = cfg->val_sig_skew_min;
sbin/unwind/libunbound/validator/validator.c
175
val_env->skew_max = cfg->val_sig_skew_max;
sbin/unwind/libunbound/validator/validator.c
176
val_env->max_restart = cfg->val_max_restart;
sbin/unwind/libunbound/validator/validator.c
1801
struct val_env* ve, int id)
sbin/unwind/libunbound/validator/validator.c
181
val_apply_cfg(struct module_env* env, struct val_env* val_env,
sbin/unwind/libunbound/validator/validator.c
193
val_env->kcache = env->key_cache;
sbin/unwind/libunbound/validator/validator.c
194
if(!val_env->kcache)
sbin/unwind/libunbound/validator/validator.c
195
val_env->kcache = key_cache_create(cfg);
sbin/unwind/libunbound/validator/validator.c
196
if(!val_env->kcache) {
sbin/unwind/libunbound/validator/validator.c
200
env->key_cache = val_env->kcache;
sbin/unwind/libunbound/validator/validator.c
209
val_env_apply_cfg(val_env, cfg, keysize, maxiter, keyiter_count);
sbin/unwind/libunbound/validator/validator.c
211
val_env->neg_cache = env->neg_cache;
sbin/unwind/libunbound/validator/validator.c
212
if(!val_env->neg_cache)
sbin/unwind/libunbound/validator/validator.c
213
val_env->neg_cache = val_neg_create(cfg,
sbin/unwind/libunbound/validator/validator.c
214
val_env->nsec3_maxiter[val_env->nsec3_keyiter_count-1]);
sbin/unwind/libunbound/validator/validator.c
215
if(!val_env->neg_cache) {
sbin/unwind/libunbound/validator/validator.c
2173
struct val_env* ve, int id)
sbin/unwind/libunbound/validator/validator.c
219
env->neg_cache = val_env->neg_cache;
sbin/unwind/libunbound/validator/validator.c
229
struct val_env* val_env = (struct val_env*)calloc(1,
sbin/unwind/libunbound/validator/validator.c
230
sizeof(struct val_env));
sbin/unwind/libunbound/validator/validator.c
231
if(!val_env) {
sbin/unwind/libunbound/validator/validator.c
235
env->modinfo[id] = (void*)val_env;
sbin/unwind/libunbound/validator/validator.c
237
lock_basic_init(&val_env->bogus_lock);
sbin/unwind/libunbound/validator/validator.c
238
lock_protect(&val_env->bogus_lock, &val_env->num_rrset_bogus,
sbin/unwind/libunbound/validator/validator.c
239
sizeof(val_env->num_rrset_bogus));
sbin/unwind/libunbound/validator/validator.c
2402
struct val_env* ve, int id)
sbin/unwind/libunbound/validator/validator.c
243
if(!val_apply_cfg(env, val_env, env->cfg)) {
sbin/unwind/libunbound/validator/validator.c
2644
struct val_env* ve, int id)
sbin/unwind/libunbound/validator/validator.c
265
struct val_env* val_env;
sbin/unwind/libunbound/validator/validator.c
2676
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
sbin/unwind/libunbound/validator/validator.c
268
val_env = (struct val_env*)env->modinfo[id];
sbin/unwind/libunbound/validator/validator.c
269
lock_basic_destroy(&val_env->bogus_lock);
sbin/unwind/libunbound/validator/validator.c
272
key_cache_delete(val_env->kcache);
sbin/unwind/libunbound/validator/validator.c
274
neg_cache_delete(val_env->neg_cache);
sbin/unwind/libunbound/validator/validator.c
276
free(val_env->nsec3_keysize);
sbin/unwind/libunbound/validator/validator.c
277
free(val_env->nsec3_maxiter);
sbin/unwind/libunbound/validator/validator.c
278
free(val_env);
sbin/unwind/libunbound/validator/validator.c
2782
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
sbin/unwind/libunbound/validator/validator.c
2888
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
sbin/unwind/libunbound/validator/validator.c
3150
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
sbin/unwind/libunbound/validator/validator.c
3249
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
sbin/unwind/libunbound/validator/validator.c
3371
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
sbin/unwind/libunbound/validator/validator.c
3506
struct val_env* ve = (struct val_env*)env->modinfo[id];
sbin/unwind/libunbound/validator/validator.c
679
struct module_env* env, struct val_env* ve,
sbin/unwind/libunbound/validator/validator.h
303
void val_env_apply_cfg(struct val_env* val_env, struct config_file* cfg,
sbin/unwind/resolver.c
1437
struct val_env *val_env;
sbin/unwind/resolver.c
1439
val_env = (struct val_env*)
sbin/unwind/resolver.c
1443
val_env->kcache = NULL;
sbin/unwind/resolver.c
1445
val_env->neg_cache = NULL;
sbin/unwind/resolver.c
1461
struct val_env *val_env;
sbin/unwind/resolver.c
1498
val_env = (struct val_env*)ctx->env->modinfo[val_id];
sbin/unwind/resolver.c
1502
val_env->kcache = NULL;
sbin/unwind/resolver.c
1504
val_env->neg_cache = NULL;
usr.sbin/unbound/daemon/remote.c
3283
struct val_env* val_env = NULL;
usr.sbin/unbound/daemon/remote.c
3284
if(m != -1) val_env = (struct val_env*)worker->env.modinfo[m];
usr.sbin/unbound/daemon/remote.c
3285
if(val_env)
usr.sbin/unbound/daemon/remote.c
3286
val_env->date_override = worker->env.cfg->val_date_override;
usr.sbin/unbound/daemon/remote.c
6264
struct val_env* val_env = NULL;
usr.sbin/unbound/daemon/remote.c
6278
if(m != -1) val_env = (struct val_env*)env->modinfo[m];
usr.sbin/unbound/daemon/remote.c
6279
if(val_env) {
usr.sbin/unbound/daemon/remote.c
6281
size_t* oldkeysize = val_env->nsec3_keysize;
usr.sbin/unbound/daemon/remote.c
6282
size_t* oldmaxiter = val_env->nsec3_maxiter;
usr.sbin/unbound/daemon/remote.c
6283
val_env->nsec3_keysize = NULL;
usr.sbin/unbound/daemon/remote.c
6284
val_env->nsec3_maxiter = NULL;
usr.sbin/unbound/daemon/remote.c
6285
val_env_apply_cfg(val_env, env->cfg, ct->nsec3_keysize,
usr.sbin/unbound/daemon/remote.c
6291
env->neg_cache->nsec3_max_iter = val_env->
usr.sbin/unbound/daemon/remote.c
6292
nsec3_maxiter[val_env->nsec3_keyiter_count-1];
usr.sbin/unbound/daemon/stats.c
169
struct val_env* ve;
usr.sbin/unbound/daemon/stats.c
173
ve = (struct val_env*)worker->env.modinfo[m];
usr.sbin/unbound/daemon/stats.c
192
struct val_env* ve;
usr.sbin/unbound/daemon/stats.c
196
ve = (struct val_env*)worker->env.modinfo[m];
usr.sbin/unbound/services/authzone.c
7829
struct val_env* ve;
usr.sbin/unbound/services/authzone.c
7838
ve = (struct val_env*)env->modinfo[m];
usr.sbin/unbound/services/authzone.c
8173
struct val_env* ve;
usr.sbin/unbound/services/authzone.c
8192
ve = (struct val_env*)env->modinfo[m];
usr.sbin/unbound/services/authzone.c
8234
struct val_env* ve;
usr.sbin/unbound/services/authzone.c
8254
ve = (struct val_env*)env->modinfo[m];
usr.sbin/unbound/testcode/unitverify.c
182
verifytest_rrset(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/testcode/unitverify.c
217
struct val_env* ve)
usr.sbin/unbound/testcode/unitverify.c
311
struct val_env ve;
usr.sbin/unbound/validator/autotrust.c
1261
verify_dnskey(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/autotrust.c
1309
rr_is_selfsigned_revoked(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/autotrust.c
1534
check_contains_revoked(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/autotrust.c
1581
key_matches_a_ds(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/autotrust.c
1626
update_events(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/autotrust.c
2169
int autr_process_prime(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/autotrust.h
197
int autr_process_prime(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/autotrust.h
51
struct val_env;
usr.sbin/unbound/validator/val_nsec.c
177
nsec_verify_rrset(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec.c
202
val_nsec_prove_nodata_dsreply(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec.h
48
struct val_env;
usr.sbin/unbound/validator/val_nsec.h
80
struct val_env* ve, struct query_info* qinfo,
usr.sbin/unbound/validator/val_nsec3.c
1183
nsec3_prove_nameerror(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.c
1369
nsec3_prove_nodata(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.c
1387
nsec3_prove_wildcard(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.c
1447
list_is_secure(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.c
1477
nsec3_prove_nods(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.c
1585
nsec3_prove_nxornodata(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.c
466
get_max_iter(struct val_env* ve, size_t bits)
usr.sbin/unbound/validator/val_nsec3.c
487
nsec3_iteration_count_high(struct val_env* ve, struct nsec3_filter* filter,
usr.sbin/unbound/validator/val_nsec3.h
130
nsec3_prove_nameerror(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.h
168
nsec3_prove_nodata(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.h
193
nsec3_prove_wildcard(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.h
223
nsec3_prove_nods(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.h
248
nsec3_prove_nxornodata(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_nsec3.h
72
struct val_env;
usr.sbin/unbound/validator/val_sigcrypt.c
1417
check_dates(struct val_env* ve, uint32_t unow, uint8_t* expi_p,
usr.sbin/unbound/validator/val_sigcrypt.c
1488
adjust_ttl(struct val_env* ve, uint32_t unow,
usr.sbin/unbound/validator/val_sigcrypt.c
1538
struct val_env* ve, time_t now,
usr.sbin/unbound/validator/val_sigcrypt.c
556
dnskeyset_verify_rrset_sig(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_sigcrypt.c
624
dnskeyset_verify_rrset(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_sigcrypt.c
707
dnskey_verify_rrset(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_sigcrypt.h
273
struct val_env* ve, struct ub_packed_rrset_key* rrset,
usr.sbin/unbound/validator/val_sigcrypt.h
293
enum sec_status dnskey_verify_rrset(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_sigcrypt.h
321
struct sldns_buffer* buf, struct val_env* ve, time_t now,
usr.sbin/unbound/validator/val_sigcrypt.h
49
struct val_env;
usr.sbin/unbound/validator/val_utils.c
405
val_verify_rrset(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_utils.c
465
val_verify_rrset_entry(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_utils.c
489
verify_dnskeys_with_ds_rr(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_utils.c
576
val_verify_DNSKEY_with_DS(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_utils.c
678
struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset,
usr.sbin/unbound/validator/val_utils.c
707
val_verify_DNSKEY_with_TA(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_utils.c
852
struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset,
usr.sbin/unbound/validator/val_utils.h
133
struct val_env* ve, struct ub_packed_rrset_key* rrset,
usr.sbin/unbound/validator/val_utils.h
158
struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset,
usr.sbin/unbound/validator/val_utils.h
184
struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset,
usr.sbin/unbound/validator/val_utils.h
218
struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_utils.h
251
struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/val_utils.h
49
struct val_env;
usr.sbin/unbound/validator/validator.c
1007
validate_positive_response(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/validator.c
1126
validate_nodata_response(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/validator.c
1240
validate_nameerror_response(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/validator.c
1401
validate_any_response(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/validator.c
1528
validate_cname_response(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/validator.c
164
val_env_apply_cfg(struct val_env* val_env, struct config_file* cfg,
usr.sbin/unbound/validator/validator.c
1658
validate_cname_noanswer_response(struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/validator.c
167
free(val_env->nsec3_keysize);
usr.sbin/unbound/validator/validator.c
168
free(val_env->nsec3_maxiter);
usr.sbin/unbound/validator/validator.c
169
val_env->nsec3_keysize = keysize;
usr.sbin/unbound/validator/validator.c
170
val_env->nsec3_maxiter = maxiter;
usr.sbin/unbound/validator/validator.c
171
val_env->nsec3_keyiter_count = keyiter_count;
usr.sbin/unbound/validator/validator.c
172
val_env->bogus_ttl = (uint32_t)cfg->bogus_ttl;
usr.sbin/unbound/validator/validator.c
173
val_env->date_override = cfg->val_date_override;
usr.sbin/unbound/validator/validator.c
174
val_env->skew_min = cfg->val_sig_skew_min;
usr.sbin/unbound/validator/validator.c
175
val_env->skew_max = cfg->val_sig_skew_max;
usr.sbin/unbound/validator/validator.c
176
val_env->max_restart = cfg->val_max_restart;
usr.sbin/unbound/validator/validator.c
1801
struct val_env* ve, int id)
usr.sbin/unbound/validator/validator.c
181
val_apply_cfg(struct module_env* env, struct val_env* val_env,
usr.sbin/unbound/validator/validator.c
193
val_env->kcache = env->key_cache;
usr.sbin/unbound/validator/validator.c
194
if(!val_env->kcache)
usr.sbin/unbound/validator/validator.c
195
val_env->kcache = key_cache_create(cfg);
usr.sbin/unbound/validator/validator.c
196
if(!val_env->kcache) {
usr.sbin/unbound/validator/validator.c
200
env->key_cache = val_env->kcache;
usr.sbin/unbound/validator/validator.c
209
val_env_apply_cfg(val_env, cfg, keysize, maxiter, keyiter_count);
usr.sbin/unbound/validator/validator.c
211
val_env->neg_cache = env->neg_cache;
usr.sbin/unbound/validator/validator.c
212
if(!val_env->neg_cache)
usr.sbin/unbound/validator/validator.c
213
val_env->neg_cache = val_neg_create(cfg,
usr.sbin/unbound/validator/validator.c
214
val_env->nsec3_maxiter[val_env->nsec3_keyiter_count-1]);
usr.sbin/unbound/validator/validator.c
215
if(!val_env->neg_cache) {
usr.sbin/unbound/validator/validator.c
2173
struct val_env* ve, int id)
usr.sbin/unbound/validator/validator.c
219
env->neg_cache = val_env->neg_cache;
usr.sbin/unbound/validator/validator.c
229
struct val_env* val_env = (struct val_env*)calloc(1,
usr.sbin/unbound/validator/validator.c
230
sizeof(struct val_env));
usr.sbin/unbound/validator/validator.c
231
if(!val_env) {
usr.sbin/unbound/validator/validator.c
235
env->modinfo[id] = (void*)val_env;
usr.sbin/unbound/validator/validator.c
237
lock_basic_init(&val_env->bogus_lock);
usr.sbin/unbound/validator/validator.c
238
lock_protect(&val_env->bogus_lock, &val_env->num_rrset_bogus,
usr.sbin/unbound/validator/validator.c
239
sizeof(val_env->num_rrset_bogus));
usr.sbin/unbound/validator/validator.c
2402
struct val_env* ve, int id)
usr.sbin/unbound/validator/validator.c
243
if(!val_apply_cfg(env, val_env, env->cfg)) {
usr.sbin/unbound/validator/validator.c
2644
struct val_env* ve, int id)
usr.sbin/unbound/validator/validator.c
265
struct val_env* val_env;
usr.sbin/unbound/validator/validator.c
2676
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
usr.sbin/unbound/validator/validator.c
268
val_env = (struct val_env*)env->modinfo[id];
usr.sbin/unbound/validator/validator.c
269
lock_basic_destroy(&val_env->bogus_lock);
usr.sbin/unbound/validator/validator.c
272
key_cache_delete(val_env->kcache);
usr.sbin/unbound/validator/validator.c
274
neg_cache_delete(val_env->neg_cache);
usr.sbin/unbound/validator/validator.c
276
free(val_env->nsec3_keysize);
usr.sbin/unbound/validator/validator.c
277
free(val_env->nsec3_maxiter);
usr.sbin/unbound/validator/validator.c
278
free(val_env);
usr.sbin/unbound/validator/validator.c
2782
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
usr.sbin/unbound/validator/validator.c
2888
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
usr.sbin/unbound/validator/validator.c
3150
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
usr.sbin/unbound/validator/validator.c
3249
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
usr.sbin/unbound/validator/validator.c
3371
struct val_env* ve = (struct val_env*)qstate->env->modinfo[id];
usr.sbin/unbound/validator/validator.c
3506
struct val_env* ve = (struct val_env*)env->modinfo[id];
usr.sbin/unbound/validator/validator.c
679
struct module_env* env, struct val_env* ve,
usr.sbin/unbound/validator/validator.h
303
void val_env_apply_cfg(struct val_env* val_env, struct config_file* cfg,