Home
last modified time | relevance | path

Searched refs:sldns_b64_pton (Results 1 – 6 of 6) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dunitldns.c245 result = sldns_b64_pton(p1, (uint8_t*)target, tarsize); in b64_test()
248 result = sldns_b64_pton(p2, (uint8_t*)target, tarsize); in b64_test()
251 result = sldns_b64_pton(p3, (uint8_t*)target, tarsize); in b64_test()
254 result = sldns_b64_pton(p4, (uint8_t*)target, tarsize); in b64_test()
/dports/dns/unbound/unbound-1.14.0/sldns/
H A Dparseutil.h102 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
H A Dparseutil.c780 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize) in sldns_b64_pton() function
H A Dstr2wire.c1396 wire_len = sldns_b64_pton(val, buffer, LDNS_MAX_RDFLEN); in sldns_str2wire_svcbparam_ech_value()
1890 n = sldns_b64_pton(str, rd, *len); in sldns_str2wire_b64_buf()
2804 n = sldns_b64_pton(s, rd+2, (*len)-2); in sldns_str2wire_int16_data_buf()
/dports/dns/unbound/unbound-1.14.0/services/
H A Dlisten_dnsport.c2714 if(!(b64len = sldns_b64_pton(buf, sldns_buffer_current( in http2_buffer_uri_query()
/dports/dns/unbound/unbound-1.14.0/doc/
H A DChangelog1486 - Fix Out of Bounds Write in sldns_b64_pton(),