Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dbuild.info6 SOURCE[$LIBSSL]=quic_method.c quic_impl.c quic_wire.c quic_ackm.c quic_statm.c
/freebsd/secure/lib/libssl/
H A DMakefile37 SRCS+= quic_method.c quic_impl.c quic_wire.c quic_ackm.c quic_statm.c
/freebsd/contrib/unbound/util/
H A Dnetevent.h1078 void* quic_method; member
H A Dnetevent.c2797 free(doq_socket->quic_method);
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c4728 SSL_QUIC_METHOD* quic_method; in quic_sslctx_create() local
4804 quic_method = calloc(1, sizeof(SSL_QUIC_METHOD)); in quic_sslctx_create()
4805 if(!quic_method) { in quic_sslctx_create()
4810 doq_socket->quic_method = quic_method; in quic_sslctx_create()
4811 quic_method->set_encryption_secrets = doq_set_encryption_secrets; in quic_sslctx_create()
4812 quic_method->add_handshake_data = doq_add_handshake_data; in quic_sslctx_create()
4813 quic_method->flush_flight = doq_flush_flight; in quic_sslctx_create()
4814 quic_method->send_alert = doq_send_alert; in quic_sslctx_create()
4815 SSL_CTX_set_quic_method(ctx, doq_socket->quic_method); in quic_sslctx_create()