Lines Matching refs:algorithm_mkey
347 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()
1444 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()