Lines Matching refs:algorithm_auth
46 && (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)) in cert_req_allowed()
47 || (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aSRP | SSL_aPSK))) in cert_req_allowed()
274 } else if (!(s->s3->tmp.new_cipher->algorithm_auth in ossl_statem_client_read_transition()
1955 if ((clu->amask & s->s3->tmp.new_cipher->algorithm_auth) == 0) { in tls_process_server_certificate()
2070 if (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_srp()
2166 if (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_dhe()
2239 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aECDSA) in tls_process_ske_ecdhe()
2241 else if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aRSA) in tls_process_ske_ecdhe()
2413 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) in tls_process_key_exchange()
3180 if ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aGOST12) != 0) in tls_construct_cke_gost()
3581 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()