Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls13_enc.cc147 if (ssl->quic_method == nullptr) { in tls13_set_traffic_key()
240 if (ssl->quic_method != nullptr) { in tls13_derive_early_secrets()
242 if (!ssl->quic_method->set_encryption_secrets( in tls13_derive_early_secrets()
249 if (!ssl->quic_method->set_encryption_secrets( in tls13_derive_early_secrets()
276 if (ssl->quic_method != nullptr) { in tls13_derive_handshake_secrets()
278 if (!ssl->quic_method->set_encryption_secrets( in tls13_derive_handshake_secrets()
285 if (!ssl->quic_method->set_encryption_secrets( in tls13_derive_handshake_secrets()
317 if (ssl->quic_method != nullptr) { in tls13_derive_application_secrets()
319 if (!ssl->quic_method->set_encryption_secrets( in tls13_derive_application_secrets()
326 if (!ssl->quic_method->set_encryption_secrets( in tls13_derive_application_secrets()
Ds3_both.cc195 if (ssl->quic_method == nullptr && in ssl3_add_message()
251 if (ssl->quic_method) { in tls_flush_pending_hs_data()
252 if (!ssl->quic_method->add_handshake_data(ssl, ssl->s3->write_level, in tls_flush_pending_hs_data()
270 if (!ssl->quic_method && in ssl3_add_change_cipher_spec()
286 if (ssl->quic_method) { in ssl3_flush_flight()
292 if (!ssl->quic_method->flush_flight(ssl)) { in ssl3_flush_flight()
Dssl_lib.cc717 ssl->quic_method = ctx->quic_method; in SSL_new()
855 if (ssl->quic_method == nullptr) { in SSL_provide_quic_data()
1082 if (ssl->quic_method != nullptr) { in SSL_peek()
1103 if (ssl->quic_method != nullptr) { in SSL_write()
1147 if (ssl->ctx->quic_method != nullptr) { in SSL_key_update()
1347 if (ssl->quic_method) { in SSL_get_error()
2456 int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method) { in SSL_CTX_set_quic_method() argument
2460 ctx->quic_method = quic_method; in SSL_CTX_set_quic_method()
2464 int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method) { in SSL_set_quic_method() argument
2468 ssl->quic_method = quic_method; in SSL_set_quic_method()
Ds3_pkt.cc413 if (ssl->quic_method) { in ssl3_dispatch_alert()
414 if (!ssl->quic_method->send_alert(ssl, ssl->s3->write_level, in ssl3_dispatch_alert()
Dssl_test.cc4876 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
4887 ASSERT_TRUE(SSL_CTX_set_quic_method(client_ctx_.get(), &quic_method)); in TEST_F()
4888 ASSERT_TRUE(SSL_CTX_set_quic_method(server_ctx_.get(), &quic_method)); in TEST_F()
4961 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
4968 ASSERT_TRUE(SSL_CTX_set_quic_method(client_ctx_.get(), &quic_method)); in TEST_F()
4969 ASSERT_TRUE(SSL_CTX_set_quic_method(server_ctx_.get(), &quic_method)); in TEST_F()
5046 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5053 ASSERT_TRUE(SSL_CTX_set_quic_method(client_ctx_.get(), &quic_method)); in TEST_F()
5054 ASSERT_TRUE(SSL_CTX_set_quic_method(server_ctx_.get(), &quic_method)); in TEST_F()
5100 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
[all …]
Dssl_versions.cc195 if (hs->ssl->quic_method && min_version < TLS1_3_VERSION) { in ssl_get_version_range()
Dhandshake.cc548 if (ssl->quic_method) { in ssl_run_handshake()
Dtls13_both.cc673 if (ssl->quic_method != nullptr || in tls13_post_handshake()
Dinternal.h2901 const SSL_QUIC_METHOD *quic_method = nullptr;
3249 const SSL_QUIC_METHOD *quic_method = nullptr;
/external/boringssl/src/include/openssl/
Dssl.h3211 const SSL_QUIC_METHOD *quic_method);
3217 const SSL_QUIC_METHOD *quic_method);