Searched refs:algorithm_rdf (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ldns/
H A Dtsig.c157 ldns_rdf *algorithm_rdf, ldns_rdf *time_signed_rdf, ldns_rdf *error_rdf,
174 if (key_name_rdf == NULL || algorithm_rdf == NULL) {
181 canonical_algorithm_rdf = ldns_rdf_clone(algorithm_rdf);
219 algorithm_name = ldns_rdf2str(algorithm_rdf);
287 ldns_rdf *algorithm_rdf; local
307 algorithm_rdf = ldns_rr_rdf(orig_tsig, 0);
325 key_data, key_name_rdf, fudge_rdf, algorithm_rdf,
366 ldns_rdf *algorithm_rdf; local
380 algorithm_rdf = ldns_rdf_new_frm_str(LDNS_RDF_TYPE_DNAME, algorithm_name);
381 if(!key_name_rdf || !algorithm_rdf) {
155 ldns_tsig_mac_new(ldns_rdf **tsig_mac, uint8_t *pkt_wire, size_t pkt_wire_size, const char *key_data, ldns_rdf *key_name_rdf, ldns_rdf *fudge_rdf, ldns_rdf *algorithm_rdf, ldns_rdf *time_signed_rdf, ldns_rdf *error_rdf, ldns_rdf *other_data_rdf, ldns_rdf *orig_mac_rdf, int tsig_timers_only) argument
[all...]

Completed in 71 milliseconds