Home
last modified time | relevance | path

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

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