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/services/
H A Dlisten_dnsport.c4637 SSL_QUIC_METHOD* quic_method; in quic_sslctx_create() local
4713 quic_method = calloc(1, sizeof(SSL_QUIC_METHOD)); in quic_sslctx_create()
4714 if(!quic_method) { in quic_sslctx_create()
4719 doq_socket->quic_method = quic_method; in quic_sslctx_create()
4720 quic_method->set_encryption_secrets = doq_set_encryption_secrets; in quic_sslctx_create()
4721 quic_method->add_handshake_data = doq_add_handshake_data; in quic_sslctx_create()
4722 quic_method->flush_flight = doq_flush_flight; in quic_sslctx_create()
4723 quic_method->send_alert = doq_send_alert; in quic_sslctx_create()
4724 SSL_CTX_set_quic_method(ctx, doq_socket->quic_method); in quic_sslctx_create()
/freebsd/contrib/unbound/util/
H A Dnetevent.h1071 void* quic_method; member
H A Dnetevent.c2793 free(doq_socket->quic_method);