Home
last modified time | relevance | path

Searched refs:ossl_quic_channel_start (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h211 int ossl_quic_channel_start(QUIC_CHANNEL *ch);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c2848 int ossl_quic_channel_start(QUIC_CHANNEL *ch) in ossl_quic_channel_start() function
H A Dquic_impl.c1851 if (!ossl_quic_channel_start(qc->ch)) { in ensure_channel_started()