Searched refs:ossl_quic_engine_create_port (Results 1 – 4 of 4) sorted by relevance
67 QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng,
95 QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng, in ossl_quic_engine_create_port() function
134 if ((srv->port = ossl_quic_engine_create_port(srv->engine, &port_args)) == NULL) in ossl_quic_tserver_new()
1517 qc->port = ossl_quic_engine_create_port(qc->engine, &port_args); in create_channel()
Completed in 16 milliseconds