Home
last modified time | relevance | path

Searched refs:alps_use_new_codepoint (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/boringssl/src/ssl/
H A Dhandoff.cc230 ssl->config->alps_use_new_codepoint) || in apply_remote_features()
232 !ssl->config->alps_use_new_codepoint)) { in apply_remote_features()
453 if (hs->config->alps_use_new_codepoint) { in SSL_serialize_handback()
585 hs->config->alps_use_new_codepoint = false; in SSL_apply_handback()
592 hs->config->alps_use_new_codepoint = true; in SSL_apply_handback()
594 hs->config->alps_use_new_codepoint = false; in SSL_apply_handback()
H A Dextensions.cc2930 if (use_new_codepoint != hs->config->alps_use_new_codepoint) { in ext_alps_add_clienthello_impl()
2936 if (hs->config->alps_use_new_codepoint) { in ext_alps_add_clienthello_impl()
2984 assert(use_new_codepoint == hs->config->alps_use_new_codepoint); in ext_alps_parse_serverhello_impl()
3029 if (use_new_codepoint != hs->config->alps_use_new_codepoint) { in ext_alps_add_serverhello_impl()
3035 if (hs->config->alps_use_new_codepoint) { in ext_alps_add_serverhello_impl()
3071 if (hs->config->alps_use_new_codepoint) { in ssl_negotiate_alps()
H A Dtls13_client.cc815 if (hs->config->alps_use_new_codepoint) { in do_send_client_encrypted_extensions()
H A Dtls13_server.cc1090 if (hs->config->alps_use_new_codepoint) { in do_read_client_encrypted_extensions()
H A Dssl_lib.cc711 alps_use_new_codepoint(false), in SSL_CONFIG()
2439 ssl->config->alps_use_new_codepoint = !!use_new; in SSL_set_alps_use_new_codepoint()
H A Dinternal.h3209 bool alps_use_new_codepoint : 1;
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dhandoff.cc230 ssl->config->alps_use_new_codepoint) || in apply_remote_features()
232 !ssl->config->alps_use_new_codepoint)) { in apply_remote_features()
453 if (hs->config->alps_use_new_codepoint) { in SSL_serialize_handback()
585 hs->config->alps_use_new_codepoint = false; in SSL_apply_handback()
592 hs->config->alps_use_new_codepoint = true; in SSL_apply_handback()
594 hs->config->alps_use_new_codepoint = false; in SSL_apply_handback()
H A Dextensions.cc2925 if (use_new_codepoint != hs->config->alps_use_new_codepoint) { in ext_alps_add_clienthello_impl()
2931 if (hs->config->alps_use_new_codepoint) { in ext_alps_add_clienthello_impl()
2979 assert(use_new_codepoint == hs->config->alps_use_new_codepoint); in ext_alps_parse_serverhello_impl()
3024 if (use_new_codepoint != hs->config->alps_use_new_codepoint) { in ext_alps_add_serverhello_impl()
3030 if (hs->config->alps_use_new_codepoint) { in ext_alps_add_serverhello_impl()
3066 if (hs->config->alps_use_new_codepoint) { in ssl_negotiate_alps()
H A Dtls13_client.cc815 if (hs->config->alps_use_new_codepoint) { in do_send_client_encrypted_extensions()
H A Dtls13_server.cc1090 if (hs->config->alps_use_new_codepoint) { in do_read_client_encrypted_extensions()
H A Dssl_lib.cc709 alps_use_new_codepoint(false), in SSL_CONFIG()
2422 ssl->config->alps_use_new_codepoint = !!use_new; in SSL_set_alps_use_new_codepoint()
H A Dinternal.h3219 bool alps_use_new_codepoint : 1;
/aosp_15_r20/external/boringssl/src/ssl/test/
H A Dtest_config.h100 bool alps_use_new_codepoint = false; member
H A Dtest_config.cc332 &TestConfig::alps_use_new_codepoint), in FindFlag()
2252 if (alps_use_new_codepoint) { in NewSSL()
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/
H A Dtest_config.h97 bool alps_use_new_codepoint = false; member
H A Dtest_config.cc328 &TestConfig::alps_use_new_codepoint), in FindFlag()
2223 if (alps_use_new_codepoint) { in NewSSL()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_crypto_client_config.h407 bool alps_use_new_codepoint() const { return alps_use_new_codepoint_; } in alps_use_new_codepoint() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_client_handshaker.cc65 crypto_config->alps_use_new_codepoint()); in TlsClientHandshaker()