Home
last modified time | relevance | path

Searched refs:ldns_b64_pton (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/ldns/
Dkeys.c823 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b))); in ldns_key_new_frm_fp_rsa_l()
834 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b))); in ldns_key_new_frm_fp_rsa_l()
844 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b))); in ldns_key_new_frm_fp_rsa_l()
854 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b))); in ldns_key_new_frm_fp_rsa_l()
864 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b))); in ldns_key_new_frm_fp_rsa_l()
874 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b))); in ldns_key_new_frm_fp_rsa_l()
884 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b))); in ldns_key_new_frm_fp_rsa_l()
894 i = ldns_b64_pton((const char*)b, buf, ldns_b64_ntop_calculate_size(strlen(b))); in ldns_key_new_frm_fp_rsa_l()
973 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d))); in ldns_key_new_frm_fp_dsa_l()
984 i = ldns_b64_pton((const char*)d, buf, ldns_b64_ntop_calculate_size(strlen(d))); in ldns_key_new_frm_fp_dsa_l()
[all …]
Dtsig.c244 key_size = ldns_b64_pton(key_data, key_bytes, in ldns_tsig_mac_new()
Dutil.c480 int ldns_b64_pton(const char* src, uint8_t *target, size_t targsize) in ldns_b64_pton() function
Dstr2host.c592 i = (uint16_t)ldns_b64_pton((const char*)str, buffer, in ldns_str2rdf_b64()
1587 if ((written = ldns_b64_pton(pk, dp, pk_wire_size)) <= 0) { in ldns_str2rdf_hip()
Dconfigure.ac954 int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
956 * calculates the size needed to store the result of ldns_b64_pton
/freebsd-12-stable/contrib/ldns/compat/
Db64_pton.c121 ldns_b64_pton(char const *origsrc, uint8_t *target, size_t targsize) in ldns_b64_pton() function
/freebsd-12-stable/contrib/ldns/ldns/
Dconfig.h583 int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
Dconfig.h.in582 int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
584 * calculates the size needed to store the result of ldns_b64_pton