Lines Matching refs:algorithm_auth
492 uint32_t algorithm_auth; member
867 !(alg_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()
1094 alg_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr()
1305 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()
1432 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_auth_nid()
1466 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_min_version()
1480 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_max_version()
1509 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1522 assert(cipher->algorithm_auth == SSL_aPSK); in SSL_CIPHER_get_kx_name()
1526 assert(cipher->algorithm_auth == SSL_aGENERIC); in SSL_CIPHER_get_kx_name()
1591 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()