Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c29 static int create_channel(QUIC_CONNECTION *qc, SSL_CTX *ctx);
637 if (!create_channel(qc, ctx)) in ossl_quic_new()
1796 static int create_channel(QUIC_CONNECTION *qc, SSL_CTX *ctx) in create_channel() function