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

/macosx-10.10.1/bind9-45.101/bind9/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.c384 RETERR(uint16_tobuffer((isc_uint16_t)(tsig->timesigned >> 32),
386 RETERR(uint32_tobuffer((isc_uint32_t)(tsig->timesigned & 0xffffffffU),
460 tsig->timesigned = ((isc_uint64_t)sr.base[0] << 40) |
/macosx-10.10.1/bind9-45.101/bind9/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.c370 RETERR(uint32_tobuffer(sig->timesigned, target));
437 sig->timesigned = uint32_fromregion(&sr);
H A Dsig_24.c401 RETERR(uint32_tobuffer(sig->timesigned, target));
468 sig->timesigned = uint32_fromregion(&sr);
/macosx-10.10.1/libresolv-57/
H A Dns_sign.c103 time_t timesigned; local
143 timesigned = time(NULL);
145 NS_PUT32(timesigned, cp);
190 NS_PUT32(timesigned, cp2);
200 NS_PUT32(timesigned, cp2);
232 NS_PUT32(timesigned, cp);
277 time_t timesigned; local
333 timesigned = time(NULL);
334 NS_PUT32(timesigned, cp);
344 NS_PUT32(timesigned, cp
[all...]
H A Dns_verify.c144 time_t *timesigned, int nostrip)
199 NS_GET32((*timesigned), cp);
315 if (abs((*timesigned) - time(NULL)) > fudge)
358 time_t timesigned; local
367 state->sig, &state->siglen, &timesigned, 0));
430 NS_GET32(timesigned, cp);
461 NS_PUT32(timesigned, cp2);
479 if (abs(timesigned - time(NULL)) > fudge)
142 ns_verify(u_char *msg, int *msglen, void *k, const u_char *querysig, int querysiglen, u_char *sig, int *siglen, time_t *timesigned, int nostrip) argument
H A Dres_mkupdate.c468 u_int32_t exptime, timesigned; local
518 /* timesigned */
521 timesigned = ns_datetosecs(buf2, &dateerror);
524 NS_PUT32(timesigned, cp);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dtsig.c916 tsig.timesigned = now + msg->timeadjust;
937 isc_buffer_putuint48(&otherbuf, tsig.timesigned);
1019 /* Digest the timesigned and fudge */
1023 tsig.timesigned = querytsig.timesigned;
1025 isc_buffer_putuint48(&databuf, tsig.timesigned);
1279 if (now + msg->timeadjust > tsig.timesigned + tsig.fudge) {
1283 } else if (now + msg->timeadjust < tsig.timesigned - tsig.fudge) {
1413 isc_buffer_putuint48(&databuf, tsig.timesigned);
1542 if (now + msg->timeadjust > tsig.timesigned
[all...]
H A Ddnssec.c230 sig.timesigned = *inception;
380 if (isc_serial_lt(sig.timeexpire, sig.timesigned))
389 if (isc_serial_lt((isc_uint32_t)now, sig.timesigned))
785 sig.timesigned = now - DNS_TSIG_FUDGE;
924 if (isc_serial_lt(sig.timeexpire, sig.timesigned)) {
931 if (isc_serial_lt((isc_uint32_t)now, sig.timesigned)) {
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/tests/
H A Ddbversion_test.c648 rrsig.timesigned = 0;
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-signzone.c463 future = isc_serial_lt(now, rrsig.timesigned);
472 if (isc_serial_gt(rrsig.timesigned, rrsig.timeexpire)) {

Completed in 180 milliseconds