HomeSort by: relevance | last modified time | path
    Searched defs:timesigned (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/lib/dns/rdata/any_255/
tsig_250.h 23 uint64_t timesigned; member in struct:dns_rdata_any_tsig
tsig_250.h 23 uint64_t timesigned; member in struct:dns_rdata_any_tsig
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
rrsig_46.h 28 uint32_t timesigned; member in struct:dns_rdata_rrsig
sig_24.h 29 uint32_t timesigned; member in struct:dns_rdata_sig_t
rrsig_46.h 28 uint32_t timesigned; member in struct:dns_rdata_rrsig
sig_24.h 29 uint32_t timesigned; member in struct:dns_rdata_sig_t
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/any_255/
tsig_250.h 24 uint64_t timesigned; member in struct:dns_rdata_any_tsig
tsig_250.h 24 uint64_t timesigned; member in struct:dns_rdata_any_tsig
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
rrsig_46.h 29 uint32_t timesigned; member in struct:dns_rdata_rrsig
sig_24.h 30 uint32_t timesigned; member in struct:dns_rdata_sig_t
rrsig_46.h 29 uint32_t timesigned; member in struct:dns_rdata_rrsig
sig_24.h 30 uint32_t timesigned; member in struct:dns_rdata_sig_t
  /src/lib/libresolv/
ns_sign.c 102 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, cp2)
    [all...]
ns_sign.c 102 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, cp2)
    [all...]
ns_verify.c 138 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)
ns_verify.c 138 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)
res_mkupdate.c 458 u_int32_t exptime, timesigned; local
514 /* timesigned */
517 timesigned = ns_datetosecs(buf2, &dateerror);
520 PUTLONG(timesigned, cp);
res_mkupdate.c 458 u_int32_t exptime, timesigned; local
514 /* timesigned */
517 timesigned = ns_datetosecs(buf2, &dateerror);
520 PUTLONG(timesigned, cp);
  /src/external/bsd/libbind/dist/nameser/
ns_sign.c 100 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, cp2)
    [all...]
ns_sign.c 100 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, cp2)
    [all...]
ns_verify.c 139 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)
ns_verify.c 139 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)
  /src/external/bsd/libbind/dist/resolv/
res_mkupdate.c 456 u_int32_t exptime, timesigned; local
508 /* timesigned */
511 timesigned = ns_datetosecs(buf2, &dateerror);
514 PUTLONG(timesigned, cp);
res_mkupdate.c 456 u_int32_t exptime, timesigned; local
508 /* timesigned */
511 timesigned = ns_datetosecs(buf2, &dateerror);
514 PUTLONG(timesigned, cp);
  /src/external/mpl/bind/include/dns/
rdatastruct.h 665 uint32_t timesigned; member in struct:dns_rdata_sig_t
1285 uint32_t timesigned; member in struct:dns_rdata_rrsig
2109 uint64_t timesigned; member in struct:dns_rdata_any_tsig

Completed in 69 milliseconds

1 2