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

12

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/any_255/
H A Dtsig_250.h24 uint64_t timesigned; member in struct:dns_rdata_any_tsig
H A Dtsig_250.c402 RETERR(uint16_tobuffer((uint16_t)(tsig->timesigned >> 32), target));
403 RETERR(uint32_tobuffer((uint32_t)(tsig->timesigned & 0xffffffffU),
478 tsig->timesigned = ((uint64_t)sr.base[0] << 40) |
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Drrsig_46.h29 uint32_t timesigned; member in struct:dns_rdata_rrsig
H A Dsig_24.h30 uint32_t timesigned; member in struct:dns_rdata_sig_t
H A Dsig_24.c411 RETERR(uint32_tobuffer(sig->timesigned, target));
478 sig->timesigned = uint32_fromregion(&sr);
H A Drrsig_46.c419 RETERR(uint32_tobuffer(sig->timesigned, target));
486 sig->timesigned = uint32_fromregion(&sr);
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Drrsig_46.h28 uint32_t timesigned; member in struct:dns_rdata_rrsig
H A Dsig_24.h29 uint32_t timesigned; member in struct:dns_rdata_sig_t
H A Dsig_24.c411 RETERR(uint32_tobuffer(sig->timesigned, target));
478 sig->timesigned = uint32_fromregion(&sr);
H A Drrsig_46.c419 RETERR(uint32_tobuffer(sig->timesigned, target));
486 sig->timesigned = uint32_fromregion(&sr);
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/any_255/
H A Dtsig_250.h23 uint64_t timesigned; member in struct:dns_rdata_any_tsig
H A Dtsig_250.c402 RETERR(uint16_tobuffer((uint16_t)(tsig->timesigned >> 32), target));
403 RETERR(uint32_tobuffer((uint32_t)(tsig->timesigned & 0xffffffffU),
478 tsig->timesigned = ((uint64_t)sr.base[0] << 40) |
/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_sign.c100 time_t timesigned; local
151 timesigned = time(NULL);
153 PUTLONG(timesigned, cp);
200 PUTLONG(timesigned, cp2);
210 PUTLONG(timesigned, cp2);
242 PUTLONG(timesigned, cp);
287 time_t timesigned; local
343 timesigned = time(NULL);
344 PUTLONG(timesigned, cp);
354 PUTLONG(timesigned, cp
[all...]
H A Dns_verify.c139 time_t *timesigned, int nostrip)
194 GETLONG((*timesigned), cp);
310 if (abs((*timesigned) - time(NULL)) > fudge)
353 time_t timesigned; local
364 state->sig, &state->siglen, &timesigned, 0));
426 GETLONG(timesigned, cp);
457 PUTLONG(timesigned, cp2);
475 if (abs(timesigned - time(NULL)) > fudge)
137 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
/netbsd-current/lib/libresolv/
H A Dns_sign.c102 time_t timesigned; local
154 timesigned = time(NULL);
156 PUTLONG(timesigned, cp);
203 PUTLONG(timesigned, cp2);
213 PUTLONG(timesigned, cp2);
245 PUTLONG(timesigned, cp);
290 time_t timesigned; local
347 timesigned = time(NULL);
348 PUTLONG(timesigned, cp);
358 PUTLONG(timesigned, cp
[all...]
H A Dns_verify.c138 time_t *timesigned, int nostrip)
193 GETLONG((*timesigned), cp);
309 if (abs((int)((*timesigned) - time(NULL))) > fudge)
352 time_t timesigned; local
363 state->sig, &state->siglen, &timesigned, 0));
425 GETLONG(timesigned, cp);
456 PUTLONG(timesigned, cp2);
474 if (abs((int)(timesigned - time(NULL))) > fudge)
136 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.c458 u_int32_t exptime, timesigned; local
514 /* timesigned */
517 timesigned = ns_datetosecs(buf2, &dateerror);
520 PUTLONG(timesigned, cp);
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-cds.c455 isc_time_set(&filetime, oldestsig.timesigned, 0);
637 if (isc_serial_lt(sig.timesigned, notbefore)) {
679 if (oldestsig.timesigned == 0 ||
680 isc_serial_lt(sig.timesigned, oldestsig.timesigned))
683 sig.timesigned);
1275 if (oldestsig.timesigned != 0 && verbose > 0) {
1279 oldestsig.timesigned);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtsig.c806 tsig.timesigned = now + msg->timeadjust;
828 isc_buffer_putuint48(&otherbuf, tsig.timesigned);
937 /* Digest the timesigned and fudge */
940 tsig.timesigned = querytsig.timesigned;
942 isc_buffer_putuint48(&databuf, tsig.timesigned);
1326 isc_buffer_putuint48(&databuf, tsig.timesigned);
1372 if (now + msg->timeadjust > tsig.timesigned + tsig.fudge) {
1377 } else if (now + msg->timeadjust < tsig.timesigned - tsig.fudge) {
1625 isc_buffer_putuint48(&databuf, tsig.timesigned);
[all...]
H A Ddnssec.c254 sig.timesigned = *inception;
412 if (isc_serial_lt(sig.timeexpire, sig.timesigned)) {
423 if (isc_serial_lt((uint32_t)now, sig.timesigned)) {
979 sig.timesigned = now - DNS_TSIG_FUDGE;
1117 if (isc_serial_lt(sig.timeexpire, sig.timesigned)) {
1124 if (isc_serial_lt((uint32_t)now, sig.timesigned)) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dtsig.c813 tsig.timesigned = now + msg->timeadjust;
835 isc_buffer_putuint48(&otherbuf, tsig.timesigned);
944 /* Digest the timesigned and fudge */
947 tsig.timesigned = querytsig.timesigned;
949 isc_buffer_putuint48(&databuf, tsig.timesigned);
1337 isc_buffer_putuint48(&databuf, tsig.timesigned);
1383 if (now + msg->timeadjust > tsig.timesigned + tsig.fudge) {
1388 } else if (now + msg->timeadjust < tsig.timesigned - tsig.fudge) {
1634 isc_buffer_putuint48(&databuf, tsig.timesigned);
[all...]
/netbsd-current/external/mpl/dhcp/bind/include/dns/
H A Drdatastruct.h742 uint32_t timesigned; member in struct:dns_rdata_sig_t
1428 uint32_t timesigned; member in struct:dns_rdata_rrsig
2266 uint64_t timesigned; member in struct:dns_rdata_any_tsig
/netbsd-current/external/mpl/bind/include/dns/
H A Drdatastruct.h665 uint32_t timesigned; member in struct:dns_rdata_sig_t
1285 uint32_t timesigned; member in struct:dns_rdata_rrsig
2043 uint64_t timesigned; member in struct:dns_rdata_any_tsig
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dtsig_test.c121 tsig.timesigned = now;
129 isc_buffer_putuint48(&databuf, tsig.timesigned);
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_mkupdate.c456 u_int32_t exptime, timesigned; local
508 /* timesigned */
511 timesigned = ns_datetosecs(buf2, &dateerror);
514 PUTLONG(timesigned, cp);

Completed in 373 milliseconds

12