Searched refs:inception (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ldns/ldns/
H A Dkeys.h124 * inception date.
158 /** The inception date of signatures made with this key. */
159 uint32_t inception; member in struct:ldns_struct_key::__anon1046::__anon1047
394 * Set the key's inception date (seconds after epoch)
396 * \param[in] i the inception
518 * return the key's inception date
520 * \return the inception date
/freebsd-13-stable/contrib/ldns/
H A Ddnssec_verify.c2277 int32_t inception, expiration; local
2280 inception = (int32_t)ldns_rdf2native_time_t(
2285 if (expiration - inception < 0) {
2286 /* bad sig, expiration before inception?? Tsssg */
2289 if (((int32_t) now) - inception < 0) {
2290 /* bad sig, inception date has not yet come to pass */
H A Dkeys.c1477 k->_extra.dnssec.inception = i;
1614 return k->_extra.dnssec.inception;

Completed in 203 milliseconds