Searched refs:ldns_b64_ntop (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ldns/compat/ |
H A D | b64_ntop.c | 115 ldns_b64_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) { in ldns_b64_ntop() function
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h | 678 int ldns_b64_ntop(uint8_t const *src, size_t srclength,
|
H A D | config.h.in | 677 int ldns_b64_ntop(uint8_t const *src, size_t srclength,
|
/freebsd/contrib/ldns/ |
H A D | util.c | 480 int ldns_b64_ntop(const uint8_t* src, size_t srclength,
|
H A D | host2str.c | 498 if (ldns_b64_ntop(ldns_rdf_data(rdf), ldns_rdf_size(rdf), b64, size)) { in ldns_rdf2buffer_str_b64() 1062 ldns_b64_ntop(ldns_rdf_data(rdf) + 2, in ldns_rdf2buffer_str_int16_data() 1290 written = ldns_b64_ntop(data, pk_size, in ldns_rdf2buffer_str_hip() 1489 written = ldns_b64_ntop( data, sz in svcparam_ech2buffer_str()
|
H A D | configure.ac | 1074 int ldns_b64_ntop(uint8_t const *src, size_t srclength,
|