Searched defs:time_signed (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Drrsig_46.c30 isc_uint32_t time_signed, time_expire; local
116 time_signed = u;
118 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
119 RETERR(uint32_tobuffer(time_signed, target));
H A Dsig_24.c30 isc_uint32_t time_signed, time_expire; local
92 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
93 RETERR(uint32_tobuffer(time_signed, target));

Completed in 13 milliseconds