Home
last modified time | relevance | path

Searched refs:time_now (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmoduli.c154 time_t time_now; in qfileout() local
157 time(&time_now); in qfileout()
158 gtm = gmtime(&time_now); in qfileout()
535 time_t time_now, elapsed; in print_progress() local
540 time_now = monotime(); in print_progress()
542 time_start = time_prev = time_now; in print_progress()
546 if (time_now - time_prev < 5 * 60) in print_progress()
548 time_prev = time_now; in print_progress()
549 elapsed = time_now - time_start; in print_progress()
555 time(&time_now); in print_progress()
[all …]
/netbsd-src/usr.bin/moduli/qsieve/
H A Dqfile.c53 time_t time_now; in qfileout() local
55 time(&time_now); in qfileout()
56 gtm = gmtime(&time_now); in qfileout()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_bio_ops.c166 struct timeval time_now; /* time after SSL_mumble() call */ in tls_bio() local
249 GETTIMEOFDAY(&time_now); in tls_bio()
250 timersub(&time_deadline, &time_now, &time_left); in tls_bio()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dtime.c126 time_now(isc_time_t *t, clockid_t clock) { in time_now() function
159 return time_now(t, CLOCKSOURCE_HIRES); in isc_time_now_hires()
164 return time_now(t, CLOCKSOURCE); in isc_time_now()
/netbsd-src/usr.sbin/rpc.lockd/
H A Dlock_proc.c154 struct timeval retry_time, time_now; in get_client() local
161 (void)gettimeofday(&time_now, NULL); in get_client()
170 < time_now.tv_sec)) { in get_client()
237 clnt_cache_time[clnt_cache_next_to_use] = time_now.tv_sec; in get_client()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtime.c86 time_now(clockid_t clock) { in isc_interval_ms()
108 return time_now(CLOCKSOURCE_HIRES); in isc_time_settoepoch()
113 return time_now(CLOCKSOURCE); in isc_time_settoepoch()
128 time_now(isc_time_t *t, clockid_t clock) { time_now() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcert.c64 time_t time_now; member
508 ctx->time_now = t; in hx509_verify_set_time()
514 return ctx->time_now; in _hx509_verify_get_time()
1071 time_t time_now, in find_parent() argument
1114 q.timenow = time_now; in find_parent()
1257 time_t time_now, in _hx509_calculate_path() argument
1278 ret = find_parent(context, time_now, anchors, path, in _hx509_calculate_path()
2026 ctx->time_now = time(NULL); in hx509_verify_path()
2045 ret = _hx509_calculate_path(context, 0, ctx->time_now, in hx509_verify_path()
2252 if (t > ctx->time_now) { in hx509_verify_path()
[all …]
H A Dcms.c268 time_t time_now, in find_CMSIdentifier() argument
301 if (time_now) in find_CMSIdentifier()
302 q.timenow = time_now; in find_CMSIdentifier()
361 time_t time_now, in hx509_cms_unenvelope() argument
425 time_now, &cert, in hx509_cms_unenvelope()
H A Drevoke.c174 time_t time_now, in verify_ocsp() argument
462 time_t time_now, in verify_crl() argument
472 if (t > time_now) { in verify_crl()
485 if (t < time_now) { in verify_crl()
548 time_now, in verify_crl()
H A DChangeLog7 * ks_p12.c: pass in time_now to unevelope
9 * cms.c: Pass in time_now to unevelope, us verify context time in
/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_com.c939 time_t min_time, time_now; in forward_register() local
944 time_now = time((time_t *)0); in forward_register()
947 lastxid = time_now * NFORWARD; in forward_register()
965 if ((time_now - FINFO[i].time) > MAXTIME_OFF) in forward_register()
991 FINFO[j].time = time_now; in forward_register()