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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dsig_24.c30 isc_uint32_t time_signed, time_expire; local
84 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
85 RETERR(uint32_tobuffer(time_expire, target));
H A Drrsig_46.c30 isc_uint32_t time_signed, time_expire; local
95 time_expire = u;
97 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
98 RETERR(uint32_tobuffer(time_expire, target));

Completed in 883 milliseconds