Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_port.c306 static QUIC_CHANNEL *port_make_channel(QUIC_PORT *port, SSL *tls, int is_server) in port_make_channel() function
337 return port_make_channel(port, tls, /*is_server=*/0); in ossl_quic_port_create_outgoing()
346 ch = port_make_channel(port, tls, /*is_server=*/1); in ossl_quic_port_create_incoming()

Completed in 5 milliseconds