Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.cc461 if (cipher.algorithm_mkey == SSL_kGENERIC) { in NumTLS13Ciphers()
489 uint32_t algorithm_mkey; member
813 if (!(alg_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
1036 alg_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1259 return (cipher->algorithm_mkey & SSL_kECDHE) != 0; in ssl_cipher_requires_server_key_exchange()
1373 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()
1420 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()
1434 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()
1459 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()
1532 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
Dhandshake_client.cc270 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()
790 (cipher->algorithm_mkey & mask_k) || in do_read_server_hello()
1080 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_server_key_exchange()
1389 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_client_key_exchange()
1667 hs->new_cipher->algorithm_mkey != SSL_kECDHE || in can_false_start()
Dhandshake_server.cc369 (c->algorithm_mkey & mask_k) && in choose_cipher()
971 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in do_send_server_hello()
1088 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_server_certificate()
1293 if (hs->handback && hs->new_cipher->algorithm_mkey == SSL_kECDHE) { in do_read_client_certificate()
1384 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_client_key_exchange()
Dinternal.h519 uint32_t algorithm_mkey;
Dextensions.cc1930 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()
/external/cronet/third_party/boringssl/src/ssl/
Dssl_cipher.cc479 uint32_t algorithm_mkey; member
703 if (cipher.algorithm_mkey != SSL_kGENERIC) { in ssl_cipher_collect_ciphers()
851 if (!(alg_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
1074 alg_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1285 return (cipher->algorithm_mkey & SSL_kECDHE) != 0; in ssl_cipher_requires_server_key_exchange()
1399 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()
1446 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()
1460 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()
1485 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()
1558 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
Dhandshake_client.cc266 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()
786 (cipher->algorithm_mkey & mask_k) || in do_read_server_hello()
1076 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_server_key_exchange()
1385 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_client_key_exchange()
1663 hs->new_cipher->algorithm_mkey != SSL_kECDHE || in can_false_start()
Dhandshake_server.cc369 (c->algorithm_mkey & mask_k) && in choose_cipher()
971 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in do_send_server_hello()
1088 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_server_certificate()
1293 if (hs->handback && hs->new_cipher->algorithm_mkey == SSL_kECDHE) { in do_read_client_certificate()
1384 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_client_key_exchange()
Dinternal.h519 uint32_t algorithm_mkey;
Dextensions.cc1930 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()
/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_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()
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()
Dinternal.h529 uint32_t algorithm_mkey;
Dextensions.cc1920 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()