Home | History | Annotate | Download | only in ssl

Lines Matching refs:s3

736 	if (s->s3 != NULL)
738 ret = s->s3->tmp.finish_md_len;
741 memcpy(buf, s->s3->tmp.finish_md, count);
751 if (s->s3 != NULL)
753 ret = s->s3->tmp.peer_finish_md_len;
756 memcpy(buf, s->s3->tmp.peer_finish_md, count);
1101 if (s->s3)
1102 return s->s3->send_connection_binding;
1458 if (s->s3)
1459 s->s3->send_connection_binding = 0;
1478 if (s->s3 && (n != 3 || !p[0]) &&
1489 s->s3->send_connection_binding = 1;
2251 const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
2324 ssl_set_cert_masks(c, s->s3->tmp.new_cipher);
2326 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
2327 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
2556 (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY))
2667 return SSL_CIPHER_authentication_method(ssl->s3->tmp.new_cipher);
3269 s->s3->in_read_app_data == 0 && /* cutthrough only applies to write() */
3272 s->s3->previous_server_finished_len == 0 && /* not a renegotiation handshake */