Searched refs:ldns_b64_pton (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ldns/compat/
H A Db64_pton.c121 ldns_b64_pton(char const *src, uint8_t *target, size_t targsize) function
/freebsd-11-stable/contrib/ldns/
H A Dkeys.c575 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
586 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
596 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
606 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
616 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
626 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
636 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
646 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
691 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d)));
702 i = ldns_b64_pton((cons
[all...]
H A Dtsig.c232 key_size = ldns_b64_pton(key_data, key_bytes,
H A Dutil.c480 int ldns_b64_pton(const char* src, uint8_t *target, size_t targsize) function
H A Dstr2host.c592 i = (uint16_t)ldns_b64_pton((const char*)str, buffer,
1549 if ((written = ldns_b64_pton(pk, dp, pk_wire_size)) <= 0) {
/freebsd-11-stable/contrib/ldns/ldns/
H A Dconfig.h519 int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
521 * calculates the size needed to store the result of ldns_b64_pton

Completed in 172 milliseconds