Lines Matching refs:algorithm_auth
371 uint32_t algorithm_auth = ~0u; member
660 (alias->algorithm_mkey == 0 || alias->algorithm_auth == 0 || in ssl_cipher_apply_rule()
708 !(alias->algorithm_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()
928 alias.algorithm_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr()
1151 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()
1284 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_auth_nid()
1326 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_min_version()
1340 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_max_version()
1371 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1384 assert(cipher->algorithm_auth == SSL_aPSK); in SSL_CIPHER_get_kx_name()
1388 assert(cipher->algorithm_auth == SSL_aGENERIC); in SSL_CIPHER_get_kx_name()
1440 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()