HomeSort by: relevance | last modified time | path
    Searched defs:expiry (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/librsa/
rsa.h 109 int64_t expiry; /* expiration time of the key */ member in struct:pubkey_t
121 int64_t expiry; /* expiration time of the signature */ member in struct:signature_t
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
rsa.h 109 int64_t expiry; /* expiration time of the key */ member in struct:pubkey_t
121 int64_t expiry; /* expiration time of the signature */ member in struct:signature_t
libverify.c 88 int64_t expiry; /* expiry time */ member in struct:pgpv_pubkey_t
139 int64_t expiry; member in struct:pgpv_signature_t
1127 sigpkt->sig.expiry = (int64_t)get_32(p);
1375 pubkey->expiry = get_16(&mem[off]) * DAYSECS;
1705 /* XXX - check it's a good key expiry */
1706 subkey->subkey.expiry = signature.keyexpiry;
1776 if (pubkey->expiry) {
1777 if (!fmt_time(obuf, " [Expiry ", pubkey->birth + pubkey->expiry, "]", 0))
    [all...]
  /src/crypto/external/bsd/openssh/dist/
srclimit.c 58 time_t expiry; member in struct:penalty
210 if (a->expiry != b->expiry)
211 return a->expiry < b->expiry ? -1 : 1;
225 if (penalty->expiry >= now)
302 if (penalty->expiry < now) {
423 penalty->expiry = now + penalty_secs;
443 addrnetmask, (long long)(existing->expiry - now));
444 /* Expiry information is about to change, remove from tree *
    [all...]
channels.c 422 time_t expiry = 0, channel_expiry; local
425 expiry = sc->lastused + sc->global_deadline;
428 if (expiry == 0 || channel_expiry < expiry)
429 expiry = channel_expiry;
431 return expiry;
  /src/external/mpl/bind/dist/lib/dns/
nta.c 66 isc_stdtime_t expiry; member in struct:dns__nta
193 if (nta->expiry > now) {
194 nta->expiry = now;
207 if (nta->timer != NULL && nta->expiry - now < view->nta_recheck) {
335 nta->expiry = now + lifetime;
387 ((dns__nta_t *)pval)->expiry == nta->expiry && !nta->shuttingdown)
441 if (nta->expiry <= now) {
495 if (n->expiry != 0xffffffffU) {
497 isc_time_set(&t, n->expiry, 0)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
nta.c 54 isc_stdtime_t expiry; member in struct:dns_nta
224 if (nta->expiry > now) {
225 nta->expiry = now;
236 if (nta->timer != NULL && nta->expiry - now < view->nta_recheck) {
318 nta->expiry = 0;
358 nta->expiry = now + lifetime;
378 n->expiry = nta->expiry;
465 answer = (nta->expiry > now);
555 if (n->expiry != 0xffffffffU)
    [all...]
  /src/external/bsd/unbound/dist/cachedb/
cachedb.c 383 uint64_t timestamp, expiry; local
429 * as the packet expiry time */
432 expiry = timestamp + (uint64_t)qstate->return_msg->rep->ttl;
434 expiry = htobe64(expiry);
436 if(oldlim + sizeof(timestamp)+sizeof(expiry) >=
439 sldns_buffer_set_limit(buf, oldlim + sizeof(timestamp)+sizeof(expiry));
441 sldns_buffer_write_at(buf, oldlim+sizeof(timestamp), &expiry,
442 sizeof(expiry));
447 /** check expiry, return true if matches OK *
451 uint64_t expiry; local
545 uint64_t timestamp, expiry; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/DSO/
dso-transport.c 197 mDNSs32 expiry = cs->last_event + 90 * mDNSPlatformOneSecond; local
198 if (now - expiry > 0) {
200 LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "[DSOC%u] dso_transport_idle: expiry has happened "
201 ": %p, hostname: " PRI_S ", dso_connect->context: %p; now %d expiry %d last_event %d",
202 cs->serial, cs, cs->hostname, cs->context, now, expiry, cs->last_event);
209 if (next_timer_event - expiry > 0) {
210 next_timer_event = expiry;
  /src/external/bsd/libpcap/dist/
pcap-dos.c 240 struct timeval now, expiry = { 0,0 }; local
246 expiry.tv_usec = now.tv_usec + 1000UL * p->opt.timeout;
247 expiry.tv_sec = now.tv_sec;
248 while (expiry.tv_usec >= 1000000L)
250 expiry.tv_usec -= 1000000L;
251 expiry.tv_sec++;
333 if (timercmp(&now, &expiry, >))
  /src/external/bsd/unbound/dist/services/
authzone.h 119 /** fallback to the internet on failure or ttl-expiry of auth zone */
261 /** is the zone currently considered expired? after expiry also older
277 /** expiry time (from SOA), time until zone data is not considered
280 time_t expiry; member in struct:auth_xfer
282 /** zone lease start time (start+expiry is expiration time).
307 /** timeout callback for next_probe or expiry(if that is sooner).
listen_dnsport.c 5568 ngtcp2_tstamp expiry = ngtcp2_conn_get_expiry(conn->conn); local
5572 if(expiry <= now) {
5580 t = expiry;
  /src/sys/fs/nfs/common/
nfsrvstate.h 90 time_t lc_expiry; /* Expiry time (sec) */
91 time_t lc_delegtime; /* Old deleg expiry (sec) */
183 time_t expiry; member in struct:nfsstate::__anon6797::__anon6798
201 #define ls_delegtime ls_un.deleg.expiry
270 time_t lug_expiry; /* Expiry time in sec */
  /src/crypto/external/bsd/netpgp/dist/src/libverify/
verify.h 67 int64_t expiry; /* expiry time */ member in struct:pgpv_pubkey_t
117 int64_t expiry; member in struct:pgpv_signature_t
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c 315 int expiry; local
317 expiry = -1;
319 expiry = (int)((hp->lease_expiry - now) / 1000); // This should never be >MAXINT
322 INFO("host " PRI_S_SRP " key_id %xu stable %" PRIx64 " lease %d key_lease %d expiry %d" PUB_S_SRP PUB_S_SRP,
323 hp->name, hp->key_id, hp->server_stable_id, hp->lease_interval, hp->key_lease, expiry,
1026 // host, so doing an expiry here would double free the host. In this case, we leave
1027 // it to the caller to do the expiry (really, to finalize the host).
1330 // Now set a timer for the next lease expiry event
1719 // enter the dispatch loop, we still want to schedule a lease expiry here, because it's possible
1747 // We want the lease expiry event to fire the next time the lease on any instance expires, o
    [all...]
dns-msg.h 125 uint32_t expiry; member in struct:dns_rdata_sig
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 2739 os_time_t expiry; local
2817 connector, connector_len, &expiry, NULL);
2855 if (expiry) {
2857 seconds = expiry - now.sec;
3901 os_time_t expiry; local
3970 connector, connector_len, &expiry, NULL);
4001 if (expiry) {
4003 seconds = expiry - now.sec;
  /src/external/mpl/dhcp/dist/includes/
failover.h 239 u_int32_t expiry; member in struct:failover_message
dhcpd.h 666 unsigned char expiry[4], renewal[4], rebind[4]; member in struct:lease_state
1143 TIME expiry, renewal, rebind; /* Lease timeouts. */ member in struct:client_lease
1494 TIME expiry; /* Query expiry time (zero if not yet member in struct:dns_query
  /src/external/bsd/wpa/dist/src/common/
dpp.c 1261 pos = os_strstr(cmd, " expiry=");
1772 char expiry[30]; local
1776 "DPP: Failed to generate expiry string");
1779 os_snprintf(expiry, sizeof(expiry),
1784 json_add_string(dppcon, "expiry", expiry);
2670 int dpp_key_expired(const char *timestamp, os_time_t *expiry)
2730 if (expiry)
2731 *expiry = utime
    [all...]
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 285 isc_stdtime_t jendtime, expiry; local
296 expiry = dnskey_endtime;
298 expiry = endtime;
301 jendtime = (jitter != 0) ? expiry - isc_random_uniform(jitter) : expiry;

Completed in 65 milliseconds