Home | History | Annotate | Download | only in ssl

Lines Matching refs:algorithm_auth

411 			if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
413 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
511 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
516 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)
1849 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)
2823 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3340 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) ||