Home
last modified time | relevance | path

Searched refs:notbefore (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/tls/
HDtls_conninfo.c106 tls_get_peer_cert_times(struct tls *ctx, time_t *notbefore, in tls_get_peer_cert_times() argument
125 if ((*notbefore = timegm(&before_tm)) == -1) in tls_get_peer_cert_times()
148 if (tls_get_peer_cert_times(ctx, &ctx->conninfo->notbefore, in tls_get_peer_cert_info()
HDtls_peer.c76 return (ctx->conninfo->notbefore); in tls_peer_cert_notbefore()
HDtls_internal.h138 time_t notbefore; member
/dragonfly/crypto/openssh/
HDchannels.h148 time_t notbefore; /* Pause IO until deadline (time_t) */ member
HDchannels.c1853 c->notbefore = monotime() + 1; in channel_post_x11_listener()
1982 c->notbefore = monotime() + 1; in channel_post_port_listener()
2018 c->notbefore = monotime() + 1; in channel_post_auth_listener()
2504 c->notbefore = monotime() + 1; in channel_post_mux_listener()
2627 } else if (c->notbefore <= now) { in channel_handler()
2643 c->notbefore); in channel_handler()