Searched refs:ldns_b64_pton (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/ldns/ |
| D | keys.c | 823 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 …]
|
| D | tsig.c | 244 key_size = ldns_b64_pton(key_data, key_bytes, in ldns_tsig_mac_new()
|
| D | util.c | 480 int ldns_b64_pton(const char* src, uint8_t *target, size_t targsize) in ldns_b64_pton() function
|
| D | str2host.c | 592 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()
|
| D | configure.ac | 954 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/ |
| D | b64_pton.c | 121 ldns_b64_pton(char const *origsrc, uint8_t *target, size_t targsize) in ldns_b64_pton() function
|
| /freebsd-12-stable/contrib/ldns/ldns/ |
| D | config.h | 583 int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
|
| D | config.h.in | 582 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
|