Searched refs:sldns_str2wire_dname (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/unbound/ipsecmod/ |
H A D | ipsecmod-whitelist.c | 61 uint8_t* nm = sldns_str2wire_dname(name, &len); in whitelist_str_cfg()
|
/freebsd/contrib/unbound/edns-subnet/ |
H A D | subnet-whitelist.c | 142 nm = sldns_str2wire_dname(p->str, &nm_len); in read_names()
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_hints.c | 100 uint8_t* dname = sldns_str2wire_dname(sv, &dname_len); in ah() 204 dname = sldns_str2wire_dname(s->name, &dname_len); in read_stubs_name()
|
H A D | iter_fwd.c | 190 dname = sldns_str2wire_dname(s->name, &dname_len); in read_fwds_name() 319 dname = sldns_str2wire_dname(s->name, &dname_len); in make_stub_holes()
|
H A D | iter_priv.c | 120 nm = sldns_str2wire_dname(p->str, &nm_len); in read_names()
|
H A D | iter_utils.c | 121 uint8_t* nm = sldns_str2wire_dname(p->str, &len); in caps_white_apply_cfg()
|
/freebsd/contrib/unbound/sldns/ |
H A D | str2wire.h | 83 uint8_t* sldns_str2wire_dname(const char* str, size_t* len);
|
H A D | str2wire.c | 171 uint8_t* sldns_str2wire_dname(const char* str, size_t* len) in sldns_str2wire_dname() function
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 512 dname = sldns_str2wire_dname(buf, &dname_len); in authextstrtodname() 523 dname = sldns_str2wire_dname(buf, &dname_len); in authextstrtodname() 525 dname = sldns_str2wire_dname(str, &dname_len); in authextstrtodname()
|
/freebsd/contrib/unbound/dns64/ |
H A D | dns64.c | 339 node->name = sldns_str2wire_dname(str, &node->len); in dns64_insert_ignore_aaaa()
|
/freebsd/contrib/unbound/validator/ |
H A D | autotrust.c | 826 dname = sldns_str2wire_dname(line, &dname_len); in parse_id() 919 *origin = sldns_str2wire_dname(line, &len); in handle_origin()
|
H A D | val_anchor.c | 385 uint8_t* nm = sldns_str2wire_dname(str, &dname_len); in anchor_insert_insecure()
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libworker.c | 584 qinfo->qname = sldns_str2wire_dname(q->res->qname, &qinfo->qname_len); in setup_qinfo_edns()
|
/freebsd/contrib/unbound/services/cache/ |
H A D | infra.c | 176 nm = sldns_str2wire_dname(name, &nmlen); in domain_limit_findcreate()
|
/freebsd/contrib/unbound/services/ |
H A D | localzone.c | 172 *res = sldns_str2wire_dname(str, len); in parse_dname()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3358 - Fix Out of Bounds Read in sldns_str2wire_dname(),
|