Home
last modified time | relevance | path

Searched refs:algorithm_mkey (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_cipher.cc473 if (cipher.algorithm_mkey == SSL_kGENERIC) { in NumTLS13Ciphers()
501 uint32_t algorithm_mkey = ~0u; member
798 (alias->algorithm_mkey == 0 || alias->algorithm_auth == 0 || in ssl_cipher_apply_rule()
845 if (!(alias->algorithm_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
1066 alias.algorithm_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1298 return (cipher->algorithm_mkey & SSL_kECDHE) != 0; in ssl_cipher_requires_server_key_exchange()
1410 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()
1466 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()
1480 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()
1507 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()
[all …]
H A Dhandshake_server.cc330 (c->algorithm_mkey & mask_k) && in choose_cipher()
956 if (hs->new_session->cipher->algorithm_mkey & SSL_kECDHE) { in do_select_parameters()
1019 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in do_send_server_hello()
1132 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_server_certificate()
1325 if (hs->handback && hs->new_cipher->algorithm_mkey == SSL_kECDHE) { in do_read_client_certificate()
1416 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_client_key_exchange()
H A Dhandshake_client.cc271 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()
791 (cipher->algorithm_mkey & mask_k) || in do_read_server_hello()
1081 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_server_key_exchange()
1446 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_client_key_exchange()
1719 hs->new_cipher->algorithm_mkey != SSL_kECDHE || in can_false_start()
H A Dinternal.h572 uint32_t algorithm_mkey;
H A Dextensions.cc1879 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_cipher.cc473 if (cipher.algorithm_mkey == SSL_kGENERIC) { in NumTLS13Ciphers()
501 uint32_t algorithm_mkey = ~0u; member
798 (alias->algorithm_mkey == 0 || alias->algorithm_auth == 0 || in ssl_cipher_apply_rule()
845 if (!(alias->algorithm_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
1066 alias.algorithm_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1298 return (cipher->algorithm_mkey & SSL_kECDHE) != 0; in ssl_cipher_requires_server_key_exchange()
1410 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()
1466 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()
1480 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()
1507 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()
[all …]
H A Dhandshake_server.cc328 (c->algorithm_mkey & mask_k) && in choose_cipher()
965 if (hs->new_session->cipher->algorithm_mkey & SSL_kECDHE) { in do_select_parameters()
1028 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in do_send_server_hello()
1141 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_server_certificate()
1334 if (hs->handback && hs->new_cipher->algorithm_mkey == SSL_kECDHE) { in do_read_client_certificate()
1425 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_client_key_exchange()
H A Dhandshake_client.cc271 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()
791 (cipher->algorithm_mkey & mask_k) || in do_read_server_hello()
1081 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_server_key_exchange()
1447 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_client_key_exchange()
1720 hs->new_cipher->algorithm_mkey != SSL_kECDHE || in can_false_start()
H A Dinternal.h567 uint32_t algorithm_mkey;
H A Dextensions.cc1884 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc490 uint32_t algorithm_mkey; member
717 if (cipher.algorithm_mkey != SSL_kGENERIC) { in ssl_cipher_collect_ciphers()
865 if (!(alg_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
1092 alg_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1302 return (cipher->algorithm_mkey & SSL_kECDHE) != 0; in ssl_cipher_requires_server_key_exchange()
1419 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()
1467 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()
1481 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()
1506 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()
1592 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
Dhandshake_server.cc371 (c->algorithm_mkey & mask_k) && in choose_cipher()
986 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in do_send_server_hello()
1090 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_server_certificate()
1259 if (hs->handback && hs->new_cipher->algorithm_mkey == SSL_kECDHE) { in do_read_client_certificate()
1350 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_client_key_exchange()
Dhandshake_client.cc256 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()
774 (cipher->algorithm_mkey & mask_k) || in do_read_server_hello()
1057 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_server_key_exchange()
1369 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_client_key_exchange()
1648 hs->new_cipher->algorithm_mkey != SSL_kECDHE || in can_false_start()
Dinternal.h529 uint32_t algorithm_mkey;
Dextensions.cc1920 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc490 uint32_t algorithm_mkey; member
717 if (cipher.algorithm_mkey != SSL_kGENERIC) { in ssl_cipher_collect_ciphers()
865 if (!(alg_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
1092 alg_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1302 return (cipher->algorithm_mkey & SSL_kECDHE) != 0; in ssl_cipher_requires_server_key_exchange()
1419 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()
1467 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()
1481 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()
1506 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()
1592 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
Dhandshake_server.cc371 (c->algorithm_mkey & mask_k) && in choose_cipher()
986 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in do_send_server_hello()
1090 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_server_certificate()
1259 if (hs->handback && hs->new_cipher->algorithm_mkey == SSL_kECDHE) { in do_read_client_certificate()
1350 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_client_key_exchange()
Dhandshake_client.cc256 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()
774 (cipher->algorithm_mkey & mask_k) || in do_read_server_hello()
1057 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_server_key_exchange()
1369 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_client_key_exchange()
1648 hs->new_cipher->algorithm_mkey != SSL_kECDHE || in can_false_start()
Dinternal.h529 uint32_t algorithm_mkey;
Dextensions.cc1920 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Dsslutils.c82 switch (cipher->algorithm_mkey) in SSL_cipher_authentication_method()
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-5.1.1_r9-robolectric-r2.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...
HDandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
HDandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
HDandroid-all-5.0.2_r3-robolectric-r0.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...