Searched refs:ldns_b64_ntop_calculate_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ldns/
H A Dkeys.c823 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b)));
834 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b)));
844 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b)));
854 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b)));
864 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b)));
874 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b)));
884 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b)));
894 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b)));
973 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
984 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strle
[all...]
H A Dstr2host.c587 buffer = LDNS_XMALLOC(uint8_t, ldns_b64_ntop_calculate_size(strlen(str)));
593 ldns_b64_ntop_calculate_size(strlen(str)));
H A Dhost2str.c478 size_t size = ldns_b64_ntop_calculate_size(ldns_rdf_size(rdf));
1036 size = ldns_b64_ntop_calculate_size(ldns_rdf_size(rdf) - 2);
1269 ldns_b64_ntop_calculate_size(pk_size))) {
/freebsd-12-stable/contrib/ldns/ldns/
H A Dconfig.h579 static inline size_t ldns_b64_ntop_calculate_size(size_t srcsize) function

Completed in 170 milliseconds