Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dparseutil.h104 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
H A Dparseutil.c823 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize) in sldns_b64_pton() function
H A Dstr2wire.c1416 wire_len = sldns_b64_pton(val, buffer, LDNS_MAX_RDFLEN); in sldns_str2wire_svcbparam_ech_value()
1940 n = sldns_b64_pton(str, rd, *len); in sldns_str2wire_b64_buf()
2859 n = sldns_b64_pton(s, rd+2, (*len)-2); in sldns_str2wire_int16_data_buf()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2996 if(!(b64len = sldns_b64_pton(buf, sldns_buffer_current( in http2_buffer_uri_query()
/freebsd/contrib/unbound/doc/
H A DChangelog3266 - Fix Out of Bounds Write in sldns_b64_pton(),