Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h182 int ossl_quic_channel_init(QUIC_CHANNEL *ch);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port.c559 if (!ossl_quic_channel_init(ch)) { in port_make_channel()
H A Dquic_channel.c445 int ossl_quic_channel_init(QUIC_CHANNEL *ch) in ossl_quic_channel_init() function