Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.cc491 uint32_t algorithm_mkey; member
718 if (cipher.algorithm_mkey != SSL_kGENERIC) { in ssl_cipher_collect_ciphers()
866 if (!(alg_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
1093 alg_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1311 return (cipher->algorithm_mkey & SSL_kECDHE) != 0; in ssl_cipher_requires_server_key_exchange()
1421 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()
1469 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()
1483 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()
1508 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()
1594 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
Dhandshake_server.cc370 (c->algorithm_mkey & mask_k) && in ssl3_choose_cipher()
851 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in do_send_server_hello()
952 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_server_certificate()
1123 if (hs->handback && hs->new_cipher->algorithm_mkey == SSL_kECDHE) { in do_read_client_certificate()
1214 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_client_key_exchange()
Dhandshake_client.cc254 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()
679 if ((cipher->algorithm_mkey & mask_k) || (cipher->algorithm_auth & mask_a) || in do_read_server_hello()
948 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_server_key_exchange()
1249 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_client_key_exchange()
1544 hs->new_cipher->algorithm_mkey != SSL_kECDHE || in can_false_start()
Dinternal.h513 uint32_t algorithm_mkey;
Dt1_lib.cc1810 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()