Lines Matching refs:SSL_IS_TLS13
215 if (SSL_IS_TLS13(s)) { in ossl_statem_client_read_transition()
505 if (SSL_IS_TLS13(s)) in ossl_statem_client_write_transition()
782 if (SSL_IS_TLS13(s) || s->hello_retry_request == SSL_HRR_PENDING) in ossl_statem_client_post_work()
846 if (SSL_IS_TLS13(s)) { in ossl_statem_client_post_work()
999 return (SSL_IS_TLS13(s)) ? SESSION_TICKET_MAX_LENGTH_TLS13 in ossl_statem_client_max_message_size()
1333 if (SSL_IS_TLS13(s) && s->s3.tmp.new_cipher != NULL in set_client_ciphersuite()
1348 if (SSL_IS_TLS13(s)) { in set_client_ciphersuite()
1457 if (SSL_IS_TLS13(s) || hrr) { in tls_process_server_hello()
1485 context = SSL_IS_TLS13(s) ? SSL_EXT_TLS1_3_SERVER_HELLO in tls_process_server_hello()
1494 if (SSL_IS_TLS13(s)) { in tls_process_server_hello()
1586 if (!SSL_IS_TLS13(s)) { in tls_process_server_hello()
1692 if (SSL_IS_TLS13(s) in tls_process_server_hello()
1780 if ((SSL_IS_TLS13(s) && !PACKET_get_1(pkt, &context)) in tls_process_server_certificate()
1813 if (SSL_IS_TLS13(s)) { in tls_process_server_certificate()
1911 if (!SSL_IS_TLS13(s)) { in tls_post_process_server_certificate()
1924 if (SSL_IS_TLS13(s) in tls_post_process_server_certificate()
2335 if (SSL_IS_TLS13(s)) { in tls_process_certificate_request()
2440 if (SSL_IS_TLS13(s) && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()
2458 || (SSL_IS_TLS13(s) in tls_process_new_session_ticket()
2462 || (SSL_IS_TLS13(s) ? (ticklen == 0 || PACKET_remaining(pkt) < ticklen) in tls_process_new_session_ticket()
2484 if (SSL_IS_TLS13(s) || s->session->session_id_length > 0) { in tls_process_new_session_ticket()
2497 && !SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
2531 if (SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
2584 if (SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
3494 if (SSL_IS_TLS13(s)) { in tls_construct_client_certificate()
3513 if (SSL_IS_TLS13(s) in tls_construct_client_certificate()