Searched refs:time_signed_rdf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ldns/ |
H A D | tsig.c | 169 const ldns_rdf *algorithm_rdf, const ldns_rdf *time_signed_rdf, const ldns_rdf *error_rdf, in ldns_tsig_mac_new() argument 221 (void)ldns_rdf2buffer_wire(data_buffer, time_signed_rdf); in ldns_tsig_mac_new() 300 ldns_rdf *time_signed_rdf; in ldns_pkt_tsig_verify_next() local 320 time_signed_rdf = ldns_rr_rdf(orig_tsig, 1); in ldns_pkt_tsig_verify_next() 338 time_signed_rdf, error_rdf, other_data_rdf, orig_mac_rdf, tsig_timers_only); in ldns_pkt_tsig_verify_next() 402 ldns_rdf *time_signed_rdf = NULL; in ldns_pkt_tsig_sign_next() local 425 time_signed_rdf = ldns_rdf_new(LDNS_RDF_TYPE_TSIGTIME, 6, time_signed); in ldns_pkt_tsig_sign_next() 426 if(!time_signed_rdf) { in ldns_pkt_tsig_sign_next() 452 time_signed_rdf, error_rdf, other_data_rdf, query_mac, tsig_timers_only); in ldns_pkt_tsig_sign_next() 472 ldns_rr_push_rdf(tsig_rr, time_signed_rdf); in ldns_pkt_tsig_sign_next() [all …]
|