Searched refs:quic_method (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/ssl/ |
D | tls13_enc.cc | 147 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()
|
D | s3_both.cc | 195 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()
|
D | ssl_lib.cc | 717 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()
|
D | s3_pkt.cc | 413 if (ssl->quic_method) { in ssl3_dispatch_alert() 414 if (!ssl->quic_method->send_alert(ssl, ssl->s3->write_level, in ssl3_dispatch_alert()
|
D | ssl_test.cc | 4876 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 …]
|
D | ssl_versions.cc | 195 if (hs->ssl->quic_method && min_version < TLS1_3_VERSION) { in ssl_get_version_range()
|
D | handshake.cc | 548 if (ssl->quic_method) { in ssl_run_handshake()
|
D | tls13_both.cc | 673 if (ssl->quic_method != nullptr || in tls13_post_handshake()
|
D | internal.h | 2901 const SSL_QUIC_METHOD *quic_method = nullptr; 3249 const SSL_QUIC_METHOD *quic_method = nullptr;
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3211 const SSL_QUIC_METHOD *quic_method); 3217 const SSL_QUIC_METHOD *quic_method);
|