Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dssl.h22 # define TLS1_FLAGS_QUIC 0x2000 macro
/openssl/ssl/quic/
H A Dquic_port.c298 tls_conn->s3.flags |= TLS1_FLAGS_QUIC; in port_new_handshake_layer()
H A Dquic_impl.c413 sc->s3.flags |= TLS1_FLAGS_QUIC; in ossl_quic_new()
/openssl/ssl/
H A Dssl_local.h310 # define SSL_IS_QUIC_HANDSHAKE(s) (((s)->s3.flags & TLS1_FLAGS_QUIC) != 0)
H A Ds3_lib.c3470 flags = sc->s3.flags & TLS1_FLAGS_QUIC; in ssl3_clear()

Completed in 49 milliseconds