Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dval_nsec3.h105 struct nsec3_cache_table { struct
133 struct nsec3_cache_table* ct, int* calc);
171 struct nsec3_cache_table* ct, int* calc);
196 struct nsec3_cache_table* ct, int* calc);
227 struct nsec3_cache_table* ct, char* reasonbuf, size_t reasonlen);
251 struct nsec3_cache_table* ct, int* calc);
294 int nsec3_cache_table_init(struct nsec3_cache_table* ct, struct regional* region);
H A Dvalidator.h227 struct nsec3_cache_table nsec3_cache_table;
226 struct nsec3_cache_table nsec3_cache_table; global() member
H A Dval_nsec3.c549 nsec3_cache_table_init(struct nsec3_cache_table* ct, struct regional* region) in nsec3_cache_table_init()
765 struct nsec3_cache_table* ct, uint8_t* nm, size_t nmlen, in find_matching_nsec3()
875 struct nsec3_cache_table* ct, uint8_t* nm, size_t nmlen, in find_covering_nsec3()
937 struct nsec3_cache_table* ct, struct query_info* qinfo, in nsec3_find_closest_encloser()
1011 struct nsec3_cache_table* ct, struct query_info* qinfo, in nsec3_prove_closest_encloser()
1119 struct nsec3_cache_table* ct, struct query_info* qinfo, int* calc) in nsec3_do_prove_nameerror()
1186 struct nsec3_cache_table* ct, int* calc) in nsec3_prove_nameerror()
1210 struct nsec3_cache_table* ct, struct query_info* qinfo, in nsec3_do_prove_nodata()
1372 struct nsec3_cache_table* ct, int* calc) in nsec3_prove_nodata()
1390 struct nsec3_cache_table* ct, int* calc) in nsec3_prove_wildcard()
[all …]
H A Dvalidator.c1072 nsec3_cache_table_init(&vq->nsec3_cache_table, qstate->region)) {
1076 &vq->nsec3_cache_table, nsec3_calculations);
1186 nsec3_cache_table_init(&vq->nsec3_cache_table, qstate->region)) {
1190 &vq->nsec3_cache_table, nsec3_calculations);
1285 nsec3_cache_table_init(&vq->nsec3_cache_table, qstate->region)) { in validate_nameerror_response()
1291 &vq->nsec3_cache_table, nsec3_calculations); in validate_nameerror_response()
1471 nsec3_cache_table_init(&vq->nsec3_cache_table, qstate->region)) {
1476 qchase, kkey, wc, &vq->nsec3_cache_table,
1605 nsec3_cache_table_init(&vq->nsec3_cache_table, qstate->region)) {
1609 &vq->nsec3_cache_table, nsec3_calculation
[all...]