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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drrsig_46.c39 isc_uint32_t time_signed, time_expire; local
125 time_signed = u;
127 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
128 RETERR(uint32_tobuffer(time_signed, target));
H A Dsig_24.c39 isc_uint32_t time_signed, time_expire; local
101 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed));
102 RETERR(uint32_tobuffer(time_signed, target));

Completed in 2392 milliseconds