Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h181 QUIC_CHANNEL *ossl_quic_channel_alloc(const QUIC_CHANNEL_ARGS *args);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port.c529 ch = ossl_quic_channel_alloc(&args); in port_make_channel()
H A Dquic_channel.c461 QUIC_CHANNEL *ossl_quic_channel_alloc(const QUIC_CHANNEL_ARGS *args) in ossl_quic_channel_alloc() function