Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_tls.h90 QUIC_TLS *ossl_quic_tls_new(const QUIC_TLS_ARGS *args);
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-tls.md16 QUIC_TLS *ossl_quic_tls_new(const QUIC_TLS_ARGS *args);
19 The `ossl_quic_tls_new` function instantiates a new `QUIC_TLS` object associated
52 A `QUIC_TLS_ARGS` object is passed to the `ossl_quic_tls_new` function by the
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls_api.c166 sc->qtls = ossl_quic_tls_new(&qtlsargs); in SSL_set_quic_tls_cbs()
H A Dquic_tls.c631 QUIC_TLS *ossl_quic_tls_new(const QUIC_TLS_ARGS *args) in ossl_quic_tls_new() function
H A Dquic_channel.c362 if ((ch->qtls = ossl_quic_tls_new(&tls_args)) == NULL) in ch_init()