Home
last modified time | relevance | path

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

/openbsd/src/sbin/unwind/libunbound/sldns/
Dparseutil.h93 size_t sldns_b64_ntop_calculate_size(size_t srcsize);
Dparseutil.c650 size_t sldns_b64_ntop_calculate_size(size_t srcsize) in sldns_b64_ntop_calculate_size() function
677 if(targsize < sldns_b64_ntop_calculate_size(srclength)) in sldns_b64_ntop_base()
Dwire2str.c1558 size_t sz = sldns_b64_ntop_calculate_size(num)-1; in sldns_wire2str_b64_scan_num()
/openbsd/src/usr.sbin/unbound/sldns/
Dparseutil.h93 size_t sldns_b64_ntop_calculate_size(size_t srcsize);
Dparseutil.c650 size_t sldns_b64_ntop_calculate_size(size_t srcsize) in sldns_b64_ntop_calculate_size() function
677 if(targsize < sldns_b64_ntop_calculate_size(srclength)) in sldns_b64_ntop_base()
Dwire2str.c1558 size_t sz = sldns_b64_ntop_calculate_size(num)-1; in sldns_wire2str_b64_scan_num()
/openbsd/src/usr.sbin/unbound/testcode/
Ddohclient.c166 qb64_expected_size = sldns_b64_ntop_calculate_size( in submit_query()