Home
last modified time | relevance | path

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

/ssl/
A Dssl_cipher.cc347 if (cipher.algorithm_mkey == SSL_kGENERIC) { in NumTLS13Ciphers()
375 uint32_t algorithm_mkey = ~0u; member
665 (alias->algorithm_mkey == 0 || alias->algorithm_auth == 0 || in ssl_cipher_apply_rule()
712 if (!(alias->algorithm_mkey & cp->algorithm_mkey) || in ssl_cipher_apply_rule()
932 alias.algorithm_mkey &= kCipherAliases[j].algorithm_mkey; in ssl_cipher_process_rulestr()
1162 return (cipher->algorithm_mkey & SSL_kECDHE) != 0; in ssl_cipher_requires_server_key_exchange()
1274 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_nid()
1330 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_min_version()
1344 if (cipher->algorithm_mkey == SSL_kGENERIC || in SSL_CIPHER_get_max_version()
1371 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name()
[all …]
A Dhandshake_server.cc193 (c->algorithm_mkey & mask_k) && // in choose_cipher()
830 if (hs->new_session->cipher->algorithm_mkey & SSL_kECDHE) { in do_select_parameters()
889 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) { in do_send_server_hello()
1000 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_server_certificate()
1193 if (hs->handback && hs->new_cipher->algorithm_mkey == SSL_kECDHE) { in do_read_client_certificate()
1284 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_client_key_exchange()
A Dhandshake_client.cc150 if ((cipher->algorithm_mkey & mask_k) || in ssl_write_client_cipher_list()
705 (cipher->algorithm_mkey & mask_k) || // in do_read_server_hello()
987 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_read_server_key_exchange()
1353 uint32_t alg_k = hs->new_cipher->algorithm_mkey; in do_send_client_key_exchange()
1623 hs->new_cipher->algorithm_mkey != SSL_kECDHE || // in can_false_start()
A Dinternal.h249 uint32_t algorithm_mkey; member
A Dextensions.cc1854 const uint32_t alg_k = hs->new_cipher->algorithm_mkey; in ext_ec_point_add_serverhello()

Completed in 37 milliseconds