HomeSort by: relevance | last modified time | path
    Searched defs:time_signed (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/tsig/
tests_tsig_hypothesis.py 81 time_signed=just(int(time.time())) | uint(48), variable
90 time_signed=0, variable
99 time_signed,
119 time_signed,
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
rrsig_46.c 35 uint32_t time_signed, time_expire; local
132 time_signed = u;
134 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
136 RETERR(uint32_tobuffer(time_signed, target));
sig_24.c 33 uint32_t time_signed, time_expire; local
99 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
100 RETERR(uint32_tobuffer(time_signed, target));
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
rrsig_46.c 35 uint32_t time_signed, time_expire; local
131 time_signed = u;
133 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
135 RETERR(uint32_tobuffer(time_signed, target));
sig_24.c 33 uint32_t time_signed, time_expire; local
98 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
99 RETERR(uint32_tobuffer(time_signed, target));

Completed in 26 milliseconds