Lines Matching refs:algorithm_auth
502 uint32_t algorithm_auth = ~0u; member
798 (alias->algorithm_mkey == 0 || alias->algorithm_auth == 0 || in ssl_cipher_apply_rule()
846 !(alias->algorithm_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()
1067 alias.algorithm_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr()
1292 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()
1425 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_auth_nid()
1467 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_min_version()
1481 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_max_version()
1512 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1525 assert(cipher->algorithm_auth == SSL_aPSK); in SSL_CIPHER_get_kx_name()
1529 assert(cipher->algorithm_auth == SSL_aGENERIC); in SSL_CIPHER_get_kx_name()
1581 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()