Searched refs:algorithm_mkey (Results 1 – 5 of 5) sorted by relevance
491 uint32_t algorithm_mkey; member718 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()1417 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()1465 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()1479 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()1504 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()1590 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
370 (c->algorithm_mkey & mask_k) && in ssl3_choose_cipher()796 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in do_send_server_hello()897 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_server_certificate()1068 if (hs->handback && hs->new_cipher->algorithm_mkey == SSL_kECDHE) { in do_read_client_certificate()1159 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_client_key_exchange()
254 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()674 if ((cipher->algorithm_mkey & mask_k) || (cipher->algorithm_auth & mask_a) || in do_read_server_hello()943 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()
422 uint32_t algorithm_mkey;
1844 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()