Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_port.h126 QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port.c228 QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port) in ossl_quic_port_get0_engine() function
H A Dquic_channel.c679 return ossl_quic_port_get0_engine(ch->port); in ossl_quic_channel_get0_engine()