HomeSort by: relevance | last modified time | path
    Searched refs:ossl_quic_port_create_outgoing (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_port.h 83 QUIC_CHANNEL *ossl_quic_port_create_outgoing(QUIC_PORT *port, SSL *tls);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port.c 573 QUIC_CHANNEL *ossl_quic_port_create_outgoing(QUIC_PORT *port, SSL *tls) function
quic_impl.c 1828 qc->ch = ossl_quic_port_create_outgoing(qc->port, qc->tls);
4512 qc->ch = ossl_quic_port_create_outgoing(qc->port, qc->tls);

Completed in 24 milliseconds