Lines Matching refs:algorithm_auth
188 .algorithm_auth = SSL_aNULL,
226 .algorithm_auth = SSL_aRSA,
230 .algorithm_auth = SSL_aDSS,
234 .algorithm_auth = SSL_aDSS,
238 .algorithm_auth = SSL_aNULL,
242 .algorithm_auth = SSL_aECDSA,
246 .algorithm_auth = SSL_aECDSA,
250 .algorithm_auth = SSL_aGOST01,
254 .algorithm_auth = SSL_aGOST01,
261 .algorithm_auth = ~SSL_aNULL,
266 .algorithm_auth = ~SSL_aNULL,
271 .algorithm_auth = ~SSL_aNULL,
276 .algorithm_auth = ~SSL_aNULL,
285 .algorithm_auth = SSL_aRSA,
290 .algorithm_auth = SSL_aNULL,
295 .algorithm_auth = SSL_aNULL,
690 !(c->algorithm_auth & disabled_auth) && in ssl_cipher_collect_ciphers()
761 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
770 if (algorithm_auth) in ssl_cipher_collect_aliases()
771 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
839 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1067 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr()
1069 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1075 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1425 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
1707 switch (c->algorithm_auth) { in SSL_CIPHER_get_auth_nid()