Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls13_quic.c48 if (!ssl->quic_method->flush_flight(ssl)) { in tls13_quic_wire_flush_cb()
73 if (!ssl->quic_method->add_handshake_data(ssl, in tls13_quic_handshake_write_cb()
93 if (ssl->quic_method->set_read_secret != NULL) in tls13_quic_set_read_traffic_key()
94 return ssl->quic_method->set_read_secret(ssl, in tls13_quic_set_read_traffic_key()
98 if (ssl->quic_method->set_encryption_secrets != NULL) in tls13_quic_set_read_traffic_key()
99 return ssl->quic_method->set_encryption_secrets(ssl, in tls13_quic_set_read_traffic_key()
117 if (ssl->quic_method->set_write_secret != NULL) in tls13_quic_set_write_traffic_key()
118 return ssl->quic_method->set_write_secret(ssl, in tls13_quic_set_write_traffic_key()
122 if (ssl->quic_method->set_encryption_secrets != NULL) in tls13_quic_set_write_traffic_key()
123 return ssl->quic_method->set_encryption_secrets(ssl, in tls13_quic_set_write_traffic_key()
[all …]
H A Dssl_lib.c342 s->quic_method = ctx->quic_method; in SSL_new()
2589 SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method) in SSL_CTX_set_quic_method() argument
2594 ctx->quic_method = quic_method; in SSL_CTX_set_quic_method()
2600 SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method) in SSL_set_quic_method() argument
2605 ssl->quic_method = quic_method; in SSL_set_quic_method()
3452 return ssl->quic_method != NULL; in SSL_is_quic()
H A Dssl_locl.h886 const SSL_QUIC_METHOD *quic_method; member
1078 const SSL_QUIC_METHOD *quic_method; member
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1727 int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
1734 int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method);