Searched refs:sldns_b64_pton (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/sldns/ |
H A D | parseutil.h | 104 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
|
H A D | parseutil.c | 823 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize) in sldns_b64_pton() function
|
H A D | str2wire.c | 1416 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 D | listen_dnsport.c | 2996 if(!(b64len = sldns_b64_pton(buf, sldns_buffer_current( in http2_buffer_uri_query()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3266 - Fix Out of Bounds Write in sldns_b64_pton(),
|