Lines Matching refs:new_cipher
351 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in send_server_key_exchange()
435 && (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL) in send_certificate_request()
443 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aSRP) in send_certificate_request()
448 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aPSK)) { in send_certificate_request()
671 if (!(s->s3.tmp.new_cipher->algorithm_auth & in ossl_statem_server_write_transition()
816 s->session->cipher = s->s3.tmp.new_cipher; in ossl_statem_server_pre_work()
817 } else if (s->session->cipher != s->s3.tmp.new_cipher) { in ossl_statem_server_pre_work()
1341 if ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello()
1828 && (s->s3.tmp.new_cipher == NULL in tls_early_post_process_client_hello()
1829 || s->s3.tmp.new_cipher->id != cipher->id)) { in tls_early_post_process_client_hello()
1837 s->s3.tmp.new_cipher = cipher; in tls_early_post_process_client_hello()
2318 s->s3.tmp.new_cipher = cipher; in tls_post_process_client_hello()
2329 ((s->s3.tmp.new_cipher->algorithm_mkey in tls_post_process_client_hello()
2337 s->s3.tmp.new_cipher = s->session->cipher; in tls_post_process_client_hello()
2464 || !SSL_CONNECTION_GET_SSL(s)->method->put_cipher_by_char(s->s3.tmp.new_cipher, in tls_construct_server_hello()
2544 type = s->s3.tmp.new_cipher->algorithm_mkey; in tls_construct_server_key_exchange()
2670 if (((s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) != 0) in tls_construct_server_key_exchange()
2671 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)) != 0) { in tls_construct_server_key_exchange()
3217 alg_a = s->s3.tmp.new_cipher->algorithm_auth; in tls_process_cke_gost()
3388 alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in tls_process_client_key_exchange()