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

/freebsd-11.0-release/contrib/ldns/
H A Dtsig.c157 ldns_rdf *algorithm_rdf, ldns_rdf *time_signed_rdf, ldns_rdf *error_rdf,
209 (void)ldns_rdf2buffer_wire(data_buffer, time_signed_rdf);
288 ldns_rdf *time_signed_rdf; local
308 time_signed_rdf = ldns_rr_rdf(orig_tsig, 1);
326 time_signed_rdf, error_rdf, other_data_rdf, orig_mac_rdf, tsig_timers_only);
378 ldns_rdf *time_signed_rdf = NULL; local
401 time_signed_rdf = ldns_rdf_new(LDNS_RDF_TYPE_TSIGTIME, 6, time_signed);
402 if(!time_signed_rdf) {
428 time_signed_rdf, error_rdf, other_data_rdf, query_mac, tsig_timers_only);
448 ldns_rr_push_rdf(tsig_rr, time_signed_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 115 milliseconds