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

/bind-9.11.3/lib/dns/rdata/any_255/
H A Dtsig_250.h19 isc_uint64_t timesigned; member in struct:dns_rdata_any_tsig
H A Dtsig_250.c377 RETERR(uint16_tobuffer((isc_uint16_t)(tsig->timesigned >> 32),
379 RETERR(uint32_tobuffer((isc_uint32_t)(tsig->timesigned & 0xffffffffU),
453 tsig->timesigned = ((isc_uint64_t)sr.base[0] << 40) |
/bind-9.11.3/lib/dns/rdata/generic/
H A Drrsig_46.h24 isc_uint32_t timesigned; member in struct:dns_rdata_rrsig
H A Dsig_24.h25 isc_uint32_t timesigned; member in struct:dns_rdata_sig_t
H A Dsig_24.c395 RETERR(uint32_tobuffer(sig->timesigned, target));
462 sig->timesigned = uint32_fromregion(&sr);
H A Drrsig_46.c394 RETERR(uint32_tobuffer(sig->timesigned, target));
461 sig->timesigned = uint32_fromregion(&sr);
/bind-9.11.3/lib/dns/
H A Dtsig.c881 tsig.timesigned = now + msg->timeadjust;
902 isc_buffer_putuint48(&otherbuf, tsig.timesigned);
1003 /* Digest the timesigned and fudge */
1007 tsig.timesigned = querytsig.timesigned;
1009 isc_buffer_putuint48(&databuf, tsig.timesigned);
1397 isc_buffer_putuint48(&databuf, tsig.timesigned);
1440 if (now + msg->timeadjust > tsig.timesigned + tsig.fudge) {
1445 } else if (now + msg->timeadjust < tsig.timesigned - tsig.fudge) {
1705 isc_buffer_putuint48(&databuf, tsig.timesigned);
[all...]
H A Ddnssec.c243 sig.timesigned = *inception;
403 if (isc_serial_lt(sig.timeexpire, sig.timesigned)) {
414 if (isc_serial_lt((isc_uint32_t)now, sig.timesigned)) {
956 sig.timesigned = now - DNS_TSIG_FUDGE;
1094 if (isc_serial_lt(sig.timeexpire, sig.timesigned)) {
1101 if (isc_serial_lt((isc_uint32_t)now, sig.timesigned)) {
H A Dmaster.c3069 if (isc_serial_gt(sig.timesigned, lctx->now))
3077 if (isc_serial_gt(sig.timesigned, lctx->now))
/bind-9.11.3/lib/dns/tests/
H A Dtsig_test.c82 tsig.timesigned = now;
90 isc_buffer_putuint48(&databuf, tsig.timesigned);
H A Ddbversion_test.c640 rrsig.timesigned = 0;
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c535 future = isc_serial_lt(now, rrsig.timesigned);
544 if (isc_serial_gt(rrsig.timesigned, rrsig.timeexpire)) {

Completed in 88 milliseconds