Lines Matching refs:new_cipher
326 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in send_server_key_exchange()
388 && (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in send_certificate_request()
396 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP) in send_certificate_request()
401 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK)) { in send_certificate_request()
608 if (!(s->s3->tmp.new_cipher->algorithm_auth & in ossl_statem_server_write_transition()
748 s->session->cipher = s->s3->tmp.new_cipher; in ossl_statem_server_pre_work()
749 } else if (s->session->cipher != s->s3->tmp.new_cipher) { in ossl_statem_server_pre_work()
1257 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello()
1785 && (s->s3->tmp.new_cipher == NULL in tls_early_post_process_client_hello()
1786 || s->s3->tmp.new_cipher->id != cipher->id)) { in tls_early_post_process_client_hello()
1796 s->s3->tmp.new_cipher = cipher; in tls_early_post_process_client_hello()
2288 s->s3->tmp.new_cipher = cipher; in tls_post_process_client_hello()
2299 ((s->s3->tmp.new_cipher->algorithm_mkey in tls_post_process_client_hello()
2307 s->s3->tmp.new_cipher = s->session->cipher; in tls_post_process_client_hello()
2436 || !s->method->put_cipher_by_char(s->s3->tmp.new_cipher, pkt, &len) in tls_construct_server_hello()
2518 type = s->s3->tmp.new_cipher->algorithm_mkey; in tls_construct_server_key_exchange()
2667 if (((s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) != 0) in tls_construct_server_key_exchange()
2668 || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK)) != 0) { in tls_construct_server_key_exchange()
3362 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in tls_process_cke_gost()
3462 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in tls_process_client_key_exchange()