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

/freebsd-13-stable/contrib/ldns/compat/
H A Db64_pton.c121 ldns_b64_pton(char const *origsrc, uint8_t *target, size_t targsize) function
/freebsd-13-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((cons
[all...]
H A Dtsig.c244 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,
1587 if ((written = ldns_b64_pton(pk, dp, pk_wire_size)) <= 0) {
/freebsd-13-stable/contrib/ldns/ldns/
H A Dconfig.h583 int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
585 * calculates the size needed to store the result of ldns_b64_pton

Completed in 102 milliseconds