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

/bind-9.6-ESV-R11/lib/dns/rdata/any_255/
H A Dtsig_250.h28 isc_uint64_t timesigned; member in struct:dns_rdata_any_tsig
H A Dtsig_250.c379 RETERR(uint16_tobuffer((isc_uint16_t)(tsig->timesigned >> 32),
381 RETERR(uint32_tobuffer((isc_uint32_t)(tsig->timesigned & 0xffffffffU),
455 tsig->timesigned = ((isc_uint64_t)sr.base[0] << 40) |
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drrsig_46.h33 isc_uint32_t timesigned; member in struct:dns_rdata_rrsig
H A Dsig_24.h34 isc_uint32_t timesigned; member in struct:dns_rdata_sig_t
H A Drrsig_46.c396 RETERR(uint32_tobuffer(sig->timesigned, target));
463 sig->timesigned = uint32_fromregion(&sr);
H A Dsig_24.c401 RETERR(uint32_tobuffer(sig->timesigned, target));
468 sig->timesigned = uint32_fromregion(&sr);
/bind-9.6-ESV-R11/lib/dns/
H A Dtsig.c722 tsig.timesigned = now + msg->timeadjust;
743 isc_buffer_putuint48(&otherbuf, tsig.timesigned);
833 /* Digest the timesigned and fudge */
837 tsig.timesigned = querytsig.timesigned;
839 isc_buffer_putuint48(&databuf, tsig.timesigned);
1100 if (now + msg->timeadjust > tsig.timesigned + tsig.fudge) {
1104 } else if (now + msg->timeadjust < tsig.timesigned - tsig.fudge) {
1235 isc_buffer_putuint48(&databuf, tsig.timesigned);
1364 if (now + msg->timeadjust > tsig.timesigned
[all...]
H A Ddnssec.c251 sig.timesigned = *inception;
401 if (isc_serial_lt(sig.timeexpire, sig.timesigned)) {
412 if (isc_serial_lt((isc_uint32_t)now, sig.timesigned)) {
730 sig.timesigned = now - DNS_TSIG_FUDGE;
869 if (isc_serial_lt(sig.timeexpire, sig.timesigned)) {
876 if (isc_serial_lt((isc_uint32_t)now, sig.timesigned)) {
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddbversion_test.c657 rrsig.timesigned = 0;
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c471 future = isc_serial_lt(now, rrsig.timesigned);
480 if (isc_serial_gt(rrsig.timesigned, rrsig.timeexpire)) {

Completed in 30 milliseconds