Lines Matching refs:new_cipher
325 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in send_server_key_exchange()
387 && (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL) in send_certificate_request()
395 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aSRP) in send_certificate_request()
400 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aPSK)) { in send_certificate_request()
609 if (!(s->s3.tmp.new_cipher->algorithm_auth & in ossl_statem_server_write_transition()
751 s->session->cipher = s->s3.tmp.new_cipher; in ossl_statem_server_pre_work()
752 } else if (s->session->cipher != s->s3.tmp.new_cipher) { in ossl_statem_server_pre_work()
1250 if ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello()
1746 && (s->s3.tmp.new_cipher == NULL in tls_early_post_process_client_hello()
1747 || s->s3.tmp.new_cipher->id != cipher->id)) { in tls_early_post_process_client_hello()
1755 s->s3.tmp.new_cipher = cipher; in tls_early_post_process_client_hello()
2224 s->s3.tmp.new_cipher = cipher; in tls_post_process_client_hello()
2235 ((s->s3.tmp.new_cipher->algorithm_mkey in tls_post_process_client_hello()
2243 s->s3.tmp.new_cipher = s->session->cipher; in tls_post_process_client_hello()
2370 || !s->method->put_cipher_by_char(s->s3.tmp.new_cipher, pkt, &len) in tls_construct_server_hello()
2446 type = s->s3.tmp.new_cipher->algorithm_mkey; in tls_construct_server_key_exchange()
2571 if (((s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) != 0) in tls_construct_server_key_exchange()
2572 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)) != 0) { in tls_construct_server_key_exchange()
3115 alg_a = s->s3.tmp.new_cipher->algorithm_auth; in tls_process_cke_gost()
3286 alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in tls_process_client_key_exchange()