Searched refs:sldns_b64_pton (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/unbound/sldns/
H A Dparseutil.h99 * calculates the size needed to store the result of sldns_b64_pton
102 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) function
H A Dstr2wire.c1215 n = sldns_b64_pton(str, rd, *len);
2125 n = sldns_b64_pton(s, rd+2, (*len)-2);

Completed in 105 milliseconds