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

/freebsd-10.3-release/contrib/ldns/ldns/
H A Dkeys.h105 * inception date.
139 /** The inception date of signatures made with this key. */
140 uint32_t inception; member in struct:ldns_struct_key::__anon1623::__anon1624
375 * Set the key's inception date (seconds after epoch)
377 * \param[in] i the inception
499 * return the key's inception date
501 * \return the inception date
/freebsd-10.3-release/contrib/ldns/
H A Ddnssec_verify.c2141 int32_t inception, expiration; local
2144 inception = (int32_t)ldns_rdf2native_time_t(
2149 if (expiration - inception < 0) {
2150 /* bad sig, expiration before inception?? Tsssg */
2153 if (((int32_t) now) - inception < 0) {
2154 /* bad sig, inception date has not yet come to pass */
H A Dkeys.c1058 k->_extra.dnssec.inception = i;
1190 return k->_extra.dnssec.inception;

Completed in 124 milliseconds