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

/freebsd-10-stable/contrib/ldns/
H A Dtsig.c158 ldns_rdf *other_data_rdf, ldns_rdf *orig_mac_rdf, int tsig_timers_only)
213 (void)ldns_rdf2buffer_wire(data_buffer, other_data_rdf);
291 ldns_rdf *other_data_rdf; local
313 other_data_rdf = ldns_rr_rdf(orig_tsig, 6);
326 time_signed_rdf, error_rdf, other_data_rdf, orig_mac_rdf, tsig_timers_only);
369 ldns_rdf *other_data_rdf = NULL; local
414 other_data_rdf = ldns_native2rdf_int16_data(0, NULL);
416 if(!fudge_rdf || !orig_id_rdf || !error_rdf || !other_data_rdf) {
428 time_signed_rdf, error_rdf, other_data_rdf, query_mac, tsig_timers_only);
453 ldns_rr_push_rdf(tsig_rr, other_data_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 121 milliseconds