Lines Matching refs:algorithm_auth
490 uint32_t algorithm_auth; member
814 !(alg_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()
1037 alg_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr()
1253 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()
1388 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_auth_nid()
1421 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_min_version()
1435 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_max_version()
1464 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1477 assert(cipher->algorithm_auth == SSL_aPSK); in SSL_CIPHER_get_kx_name()
1481 assert(cipher->algorithm_auth == SSL_aGENERIC); in SSL_CIPHER_get_kx_name()
1533 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()