Symbol: key_entry_key
sbin/unwind/libunbound/iterator/iter_utils.c
925
struct key_entry_key* kk = key_cache_obtain(env->key_cache,
sbin/unwind/libunbound/validator/val_kcache.c
105
static struct key_entry_key*
sbin/unwind/libunbound/validator/val_kcache.c
110
struct key_entry_key lookfor;
sbin/unwind/libunbound/validator/val_kcache.c
119
return (struct key_entry_key*)e->key;
sbin/unwind/libunbound/validator/val_kcache.c
122
struct key_entry_key*
sbin/unwind/libunbound/validator/val_kcache.c
128
struct key_entry_key* k = key_cache_search(kcache, name,
sbin/unwind/libunbound/validator/val_kcache.c
136
struct key_entry_key* retkey =
sbin/unwind/libunbound/validator/val_kcache.c
160
struct key_entry_key lookfor;
sbin/unwind/libunbound/validator/val_kcache.c
83
key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_kcache.c
86
struct key_entry_key* k = key_entry_copy(kkey, copy_reason);
sbin/unwind/libunbound/validator/val_kcache.h
107
struct key_entry_key* key_cache_obtain(struct key_cache* kcache,
sbin/unwind/libunbound/validator/val_kcache.h
45
struct key_entry_key;
sbin/unwind/libunbound/validator/val_kcache.h
81
void key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_kentry.c
102
key_entry_hash(struct key_entry_key* kk)
sbin/unwind/libunbound/validator/val_kentry.c
110
struct key_entry_key*
sbin/unwind/libunbound/validator/val_kentry.c
111
key_entry_copy_toregion(struct key_entry_key* kkey, struct regional* region)
sbin/unwind/libunbound/validator/val_kentry.c
113
struct key_entry_key* newk;
sbin/unwind/libunbound/validator/val_kentry.c
154
struct key_entry_key*
sbin/unwind/libunbound/validator/val_kentry.c
155
key_entry_copy(struct key_entry_key* kkey, int copy_reason)
sbin/unwind/libunbound/validator/val_kentry.c
157
struct key_entry_key* newk;
sbin/unwind/libunbound/validator/val_kentry.c
222
key_entry_isnull(struct key_entry_key* kkey)
sbin/unwind/libunbound/validator/val_kentry.c
229
key_entry_isgood(struct key_entry_key* kkey)
sbin/unwind/libunbound/validator/val_kentry.c
236
key_entry_isbad(struct key_entry_key* kkey)
sbin/unwind/libunbound/validator/val_kentry.c
243
key_entry_get_reason(struct key_entry_key* kkey)
sbin/unwind/libunbound/validator/val_kentry.c
250
key_entry_get_reason_bogus(struct key_entry_key* kkey)
sbin/unwind/libunbound/validator/val_kentry.c
261
struct key_entry_key** k, struct key_entry_data** d)
sbin/unwind/libunbound/validator/val_kentry.c
280
struct key_entry_key*
sbin/unwind/libunbound/validator/val_kentry.c
286
struct key_entry_key* k;
sbin/unwind/libunbound/validator/val_kentry.c
302
struct key_entry_key*
sbin/unwind/libunbound/validator/val_kentry.c
309
struct key_entry_key* k;
sbin/unwind/libunbound/validator/val_kentry.c
335
struct key_entry_key*
sbin/unwind/libunbound/validator/val_kentry.c
341
struct key_entry_key* k;
sbin/unwind/libunbound/validator/val_kentry.c
358
key_entry_get_rrset(struct key_entry_key* kkey, struct regional* region)
sbin/unwind/libunbound/validator/val_kentry.c
413
key_entry_keysize(struct key_entry_key* kkey)
sbin/unwind/libunbound/validator/val_kentry.c
54
struct key_entry_key* kk = (struct key_entry_key*)key;
sbin/unwind/libunbound/validator/val_kentry.c
70
struct key_entry_key* n1 = (struct key_entry_key*)k1;
sbin/unwind/libunbound/validator/val_kentry.c
71
struct key_entry_key* n2 = (struct key_entry_key*)k2;
sbin/unwind/libunbound/validator/val_kentry.c
83
struct key_entry_key* kk = (struct key_entry_key*)key;
sbin/unwind/libunbound/validator/val_kentry.h
109
void key_entry_hash(struct key_entry_key* kk);
sbin/unwind/libunbound/validator/val_kentry.h
117
struct key_entry_key* key_entry_copy_toregion(struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_kentry.h
126
struct key_entry_key* key_entry_copy(struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_kentry.h
134
int key_entry_isnull(struct key_entry_key* kkey);
sbin/unwind/libunbound/validator/val_kentry.h
141
int key_entry_isgood(struct key_entry_key* kkey);
sbin/unwind/libunbound/validator/val_kentry.h
148
int key_entry_isbad(struct key_entry_key* kkey);
sbin/unwind/libunbound/validator/val_kentry.h
156
char* key_entry_get_reason(struct key_entry_key* kkey);
sbin/unwind/libunbound/validator/val_kentry.h
163
sldns_ede_code key_entry_get_reason_bogus(struct key_entry_key* kkey);
sbin/unwind/libunbound/validator/val_kentry.h
177
struct key_entry_key* key_entry_create_null(struct regional* region,
sbin/unwind/libunbound/validator/val_kentry.h
195
struct key_entry_key* key_entry_create_rrset(struct regional* region,
sbin/unwind/libunbound/validator/val_kentry.h
213
struct key_entry_key* key_entry_create_bad(struct regional* region,
sbin/unwind/libunbound/validator/val_kentry.h
224
struct ub_packed_rrset_key* key_entry_get_rrset(struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_kentry.h
232
size_t key_entry_keysize(struct key_entry_key* kkey);
sbin/unwind/libunbound/validator/val_nsec.c
178
struct ub_packed_rrset_key* nsec, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_nsec.c
204
struct key_entry_key* kkey, time_t* proof_ttl, char** reason,
sbin/unwind/libunbound/validator/val_nsec.h
54
struct key_entry_key;
sbin/unwind/libunbound/validator/val_nsec.h
81
struct reply_info* rep, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_nsec3.c
1185
struct query_info* qinfo, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_nsec3.c
1371
struct query_info* qinfo, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_nsec3.c
1389
struct query_info* qinfo, struct key_entry_key* kkey, uint8_t* wc,
sbin/unwind/libunbound/validator/val_nsec3.c
1449
struct key_entry_key* kkey, char** reason, sldns_ede_code *reason_bogus,
sbin/unwind/libunbound/validator/val_nsec3.c
1479
struct query_info* qinfo, struct key_entry_key* kkey, char** reason,
sbin/unwind/libunbound/validator/val_nsec3.c
1587
struct query_info* qinfo, struct key_entry_key* kkey, int* nodata,
sbin/unwind/libunbound/validator/val_nsec3.c
488
struct key_entry_key* kkey)
sbin/unwind/libunbound/validator/val_nsec3.h
132
struct query_info* qinfo, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_nsec3.h
170
struct query_info* qinfo, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_nsec3.h
195
struct query_info* qinfo, struct key_entry_key* kkey, uint8_t* wc,
sbin/unwind/libunbound/validator/val_nsec3.h
225
struct query_info* qinfo, struct key_entry_key* kkey, char** reason,
sbin/unwind/libunbound/validator/val_nsec3.h
250
struct query_info* qinfo, struct key_entry_key* kkey, int* nodata,
sbin/unwind/libunbound/validator/val_nsec3.h
79
struct key_entry_key;
sbin/unwind/libunbound/validator/val_utils.c
466
struct ub_packed_rrset_key* rrset, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_utils.c
676
struct key_entry_key*
sbin/unwind/libunbound/validator/val_utils.c
850
struct key_entry_key*
sbin/unwind/libunbound/validator/val_utils.h
134
struct key_entry_key* kkey, char** reason, sldns_ede_code *reason_bogus,
sbin/unwind/libunbound/validator/val_utils.h
217
struct key_entry_key* val_verify_new_DNSKEYs(struct regional* region,
sbin/unwind/libunbound/validator/val_utils.h
250
struct key_entry_key* val_verify_new_DNSKEYs_with_ta(struct regional* region,
sbin/unwind/libunbound/validator/val_utils.h
53
struct key_entry_key;
sbin/unwind/libunbound/validator/validator.c
1009
struct key_entry_key* kkey, struct module_qstate* qstate,
sbin/unwind/libunbound/validator/validator.c
1128
struct key_entry_key* kkey, struct module_qstate* qstate,
sbin/unwind/libunbound/validator/validator.c
1242
struct key_entry_key* kkey, int* rcode,
sbin/unwind/libunbound/validator/validator.c
1403
struct key_entry_key* kkey, struct module_qstate* qstate,
sbin/unwind/libunbound/validator/validator.c
1530
struct key_entry_key* kkey, struct module_qstate* qstate,
sbin/unwind/libunbound/validator/validator.c
1660
struct key_entry_key* kkey, struct module_qstate* qstate,
sbin/unwind/libunbound/validator/validator.c
2777
static struct key_entry_key*
sbin/unwind/libunbound/validator/validator.c
2783
struct key_entry_key* kkey = NULL;
sbin/unwind/libunbound/validator/validator.c
2886
struct key_entry_key** ke, struct module_qstate* sub_qstate)
sbin/unwind/libunbound/validator/validator.c
3151
struct key_entry_key* dske = NULL;
sbin/unwind/libunbound/validator/validator.c
3250
struct key_entry_key* old = vq->key_entry;
sbin/unwind/libunbound/validator/validator.c
680
struct reply_info* chase_reply, struct key_entry_key* key_entry,
sbin/unwind/libunbound/validator/validator.h
209
struct key_entry_key* key_entry;
sbin/unwind/libunbound/validator/validator.h
51
struct key_entry_key;
usr.sbin/unbound/daemon/remote.c
2311
struct key_entry_key* k = (struct key_entry_key*)e->key;
usr.sbin/unbound/iterator/iter_utils.c
925
struct key_entry_key* kk = key_cache_obtain(env->key_cache,
usr.sbin/unbound/validator/val_kcache.c
105
static struct key_entry_key*
usr.sbin/unbound/validator/val_kcache.c
110
struct key_entry_key lookfor;
usr.sbin/unbound/validator/val_kcache.c
119
return (struct key_entry_key*)e->key;
usr.sbin/unbound/validator/val_kcache.c
122
struct key_entry_key*
usr.sbin/unbound/validator/val_kcache.c
128
struct key_entry_key* k = key_cache_search(kcache, name,
usr.sbin/unbound/validator/val_kcache.c
136
struct key_entry_key* retkey =
usr.sbin/unbound/validator/val_kcache.c
160
struct key_entry_key lookfor;
usr.sbin/unbound/validator/val_kcache.c
83
key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_kcache.c
86
struct key_entry_key* k = key_entry_copy(kkey, copy_reason);
usr.sbin/unbound/validator/val_kcache.h
107
struct key_entry_key* key_cache_obtain(struct key_cache* kcache,
usr.sbin/unbound/validator/val_kcache.h
45
struct key_entry_key;
usr.sbin/unbound/validator/val_kcache.h
81
void key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_kentry.c
102
key_entry_hash(struct key_entry_key* kk)
usr.sbin/unbound/validator/val_kentry.c
110
struct key_entry_key*
usr.sbin/unbound/validator/val_kentry.c
111
key_entry_copy_toregion(struct key_entry_key* kkey, struct regional* region)
usr.sbin/unbound/validator/val_kentry.c
113
struct key_entry_key* newk;
usr.sbin/unbound/validator/val_kentry.c
154
struct key_entry_key*
usr.sbin/unbound/validator/val_kentry.c
155
key_entry_copy(struct key_entry_key* kkey, int copy_reason)
usr.sbin/unbound/validator/val_kentry.c
157
struct key_entry_key* newk;
usr.sbin/unbound/validator/val_kentry.c
222
key_entry_isnull(struct key_entry_key* kkey)
usr.sbin/unbound/validator/val_kentry.c
229
key_entry_isgood(struct key_entry_key* kkey)
usr.sbin/unbound/validator/val_kentry.c
236
key_entry_isbad(struct key_entry_key* kkey)
usr.sbin/unbound/validator/val_kentry.c
243
key_entry_get_reason(struct key_entry_key* kkey)
usr.sbin/unbound/validator/val_kentry.c
250
key_entry_get_reason_bogus(struct key_entry_key* kkey)
usr.sbin/unbound/validator/val_kentry.c
261
struct key_entry_key** k, struct key_entry_data** d)
usr.sbin/unbound/validator/val_kentry.c
280
struct key_entry_key*
usr.sbin/unbound/validator/val_kentry.c
286
struct key_entry_key* k;
usr.sbin/unbound/validator/val_kentry.c
302
struct key_entry_key*
usr.sbin/unbound/validator/val_kentry.c
309
struct key_entry_key* k;
usr.sbin/unbound/validator/val_kentry.c
335
struct key_entry_key*
usr.sbin/unbound/validator/val_kentry.c
341
struct key_entry_key* k;
usr.sbin/unbound/validator/val_kentry.c
358
key_entry_get_rrset(struct key_entry_key* kkey, struct regional* region)
usr.sbin/unbound/validator/val_kentry.c
413
key_entry_keysize(struct key_entry_key* kkey)
usr.sbin/unbound/validator/val_kentry.c
54
struct key_entry_key* kk = (struct key_entry_key*)key;
usr.sbin/unbound/validator/val_kentry.c
70
struct key_entry_key* n1 = (struct key_entry_key*)k1;
usr.sbin/unbound/validator/val_kentry.c
71
struct key_entry_key* n2 = (struct key_entry_key*)k2;
usr.sbin/unbound/validator/val_kentry.c
83
struct key_entry_key* kk = (struct key_entry_key*)key;
usr.sbin/unbound/validator/val_kentry.h
109
void key_entry_hash(struct key_entry_key* kk);
usr.sbin/unbound/validator/val_kentry.h
117
struct key_entry_key* key_entry_copy_toregion(struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_kentry.h
126
struct key_entry_key* key_entry_copy(struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_kentry.h
134
int key_entry_isnull(struct key_entry_key* kkey);
usr.sbin/unbound/validator/val_kentry.h
141
int key_entry_isgood(struct key_entry_key* kkey);
usr.sbin/unbound/validator/val_kentry.h
148
int key_entry_isbad(struct key_entry_key* kkey);
usr.sbin/unbound/validator/val_kentry.h
156
char* key_entry_get_reason(struct key_entry_key* kkey);
usr.sbin/unbound/validator/val_kentry.h
163
sldns_ede_code key_entry_get_reason_bogus(struct key_entry_key* kkey);
usr.sbin/unbound/validator/val_kentry.h
177
struct key_entry_key* key_entry_create_null(struct regional* region,
usr.sbin/unbound/validator/val_kentry.h
195
struct key_entry_key* key_entry_create_rrset(struct regional* region,
usr.sbin/unbound/validator/val_kentry.h
213
struct key_entry_key* key_entry_create_bad(struct regional* region,
usr.sbin/unbound/validator/val_kentry.h
224
struct ub_packed_rrset_key* key_entry_get_rrset(struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_kentry.h
232
size_t key_entry_keysize(struct key_entry_key* kkey);
usr.sbin/unbound/validator/val_nsec.c
178
struct ub_packed_rrset_key* nsec, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_nsec.c
204
struct key_entry_key* kkey, time_t* proof_ttl, char** reason,
usr.sbin/unbound/validator/val_nsec.h
54
struct key_entry_key;
usr.sbin/unbound/validator/val_nsec.h
81
struct reply_info* rep, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_nsec3.c
1185
struct query_info* qinfo, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_nsec3.c
1371
struct query_info* qinfo, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_nsec3.c
1389
struct query_info* qinfo, struct key_entry_key* kkey, uint8_t* wc,
usr.sbin/unbound/validator/val_nsec3.c
1449
struct key_entry_key* kkey, char** reason, sldns_ede_code *reason_bogus,
usr.sbin/unbound/validator/val_nsec3.c
1479
struct query_info* qinfo, struct key_entry_key* kkey, char** reason,
usr.sbin/unbound/validator/val_nsec3.c
1587
struct query_info* qinfo, struct key_entry_key* kkey, int* nodata,
usr.sbin/unbound/validator/val_nsec3.c
488
struct key_entry_key* kkey)
usr.sbin/unbound/validator/val_nsec3.h
132
struct query_info* qinfo, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_nsec3.h
170
struct query_info* qinfo, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_nsec3.h
195
struct query_info* qinfo, struct key_entry_key* kkey, uint8_t* wc,
usr.sbin/unbound/validator/val_nsec3.h
225
struct query_info* qinfo, struct key_entry_key* kkey, char** reason,
usr.sbin/unbound/validator/val_nsec3.h
250
struct query_info* qinfo, struct key_entry_key* kkey, int* nodata,
usr.sbin/unbound/validator/val_nsec3.h
79
struct key_entry_key;
usr.sbin/unbound/validator/val_utils.c
466
struct ub_packed_rrset_key* rrset, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_utils.c
676
struct key_entry_key*
usr.sbin/unbound/validator/val_utils.c
850
struct key_entry_key*
usr.sbin/unbound/validator/val_utils.h
134
struct key_entry_key* kkey, char** reason, sldns_ede_code *reason_bogus,
usr.sbin/unbound/validator/val_utils.h
217
struct key_entry_key* val_verify_new_DNSKEYs(struct regional* region,
usr.sbin/unbound/validator/val_utils.h
250
struct key_entry_key* val_verify_new_DNSKEYs_with_ta(struct regional* region,
usr.sbin/unbound/validator/val_utils.h
53
struct key_entry_key;
usr.sbin/unbound/validator/validator.c
1009
struct key_entry_key* kkey, struct module_qstate* qstate,
usr.sbin/unbound/validator/validator.c
1128
struct key_entry_key* kkey, struct module_qstate* qstate,
usr.sbin/unbound/validator/validator.c
1242
struct key_entry_key* kkey, int* rcode,
usr.sbin/unbound/validator/validator.c
1403
struct key_entry_key* kkey, struct module_qstate* qstate,
usr.sbin/unbound/validator/validator.c
1530
struct key_entry_key* kkey, struct module_qstate* qstate,
usr.sbin/unbound/validator/validator.c
1660
struct key_entry_key* kkey, struct module_qstate* qstate,
usr.sbin/unbound/validator/validator.c
2777
static struct key_entry_key*
usr.sbin/unbound/validator/validator.c
2783
struct key_entry_key* kkey = NULL;
usr.sbin/unbound/validator/validator.c
2886
struct key_entry_key** ke, struct module_qstate* sub_qstate)
usr.sbin/unbound/validator/validator.c
3151
struct key_entry_key* dske = NULL;
usr.sbin/unbound/validator/validator.c
3250
struct key_entry_key* old = vq->key_entry;
usr.sbin/unbound/validator/validator.c
680
struct reply_info* chase_reply, struct key_entry_key* key_entry,
usr.sbin/unbound/validator/validator.h
209
struct key_entry_key* key_entry;
usr.sbin/unbound/validator/validator.h
51
struct key_entry_key;