Lines Matching defs:now
380 isc_stdtime_t now;
407 isc_stdtime_get(&now);
412 if (isc_serial_lt((isc_uint32_t)now, sig.timesigned)) {
415 } else if (isc_serial_lt(sig.timeexpire, (isc_uint32_t)now)) {
703 isc_stdtime_t now;
729 isc_stdtime_get(&now);
730 sig.timesigned = now - DNS_TSIG_FUDGE;
731 sig.timeexpire = now + DNS_TSIG_FUDGE;
836 isc_stdtime_t now;
875 isc_stdtime_get(&now);
876 if (isc_serial_lt((isc_uint32_t)now, sig.timesigned)) {
881 else if (isc_serial_lt(sig.timeexpire, (isc_uint32_t)now)) {