Home
last modified time | relevance | path

Searched refs:did_tls_tick (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel_local.h380 unsigned int did_tls_tick : 1; member
H A Dquic_channel.c2061 ch->did_tls_tick = 0; in ossl_quic_channel_subtick()
2069 if (!ch->did_tls_tick) in ossl_quic_channel_subtick()
2161 ch->did_tls_tick = 1; in ch_tick_tls()