Lines Matching refs:SSL_IS_TLS13
210 if (SSL_IS_TLS13(s)) { in ossl_statem_client_read_transition()
506 if (SSL_IS_TLS13(s)) in ossl_statem_client_write_transition()
785 if (SSL_IS_TLS13(s) || s->hello_retry_request == SSL_HRR_PENDING) in ossl_statem_client_post_work()
849 if (SSL_IS_TLS13(s)) { in ossl_statem_client_post_work()
1004 return (SSL_IS_TLS13(s)) ? SESSION_TICKET_MAX_LENGTH_TLS13 in ossl_statem_client_max_message_size()
1357 if (SSL_IS_TLS13(s) && s->s3->tmp.new_cipher != NULL in set_client_ciphersuite()
1373 if (SSL_IS_TLS13(s)) { in set_client_ciphersuite()
1491 if (SSL_IS_TLS13(s) || hrr) { in tls_process_server_hello()
1521 context = SSL_IS_TLS13(s) ? SSL_EXT_TLS1_3_SERVER_HELLO in tls_process_server_hello()
1531 if (SSL_IS_TLS13(s)) { in tls_process_server_hello()
1626 if (!SSL_IS_TLS13(s)) { in tls_process_server_hello()
1735 if (SSL_IS_TLS13(s) in tls_process_server_hello()
1834 if ((SSL_IS_TLS13(s) && !PACKET_get_1(pkt, &context)) in tls_process_server_certificate()
1866 if (SSL_IS_TLS13(s)) { in tls_process_server_certificate()
1955 if (!SSL_IS_TLS13(s)) { in tls_process_server_certificate()
1972 if (SSL_IS_TLS13(s) in tls_process_server_certificate()
2447 if (SSL_IS_TLS13(s)) { in tls_process_certificate_request()
2569 if (SSL_IS_TLS13(s) && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()
2586 || (SSL_IS_TLS13(s) in tls_process_new_session_ticket()
2590 || (SSL_IS_TLS13(s) ? (ticklen == 0 || PACKET_remaining(pkt) < ticklen) in tls_process_new_session_ticket()
2613 if (SSL_IS_TLS13(s) || s->session->session_id_length > 0) { in tls_process_new_session_ticket()
2628 && !SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
2667 if (SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
2715 if (SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
3545 if (SSL_IS_TLS13(s)) { in tls_construct_client_certificate()
3566 if (SSL_IS_TLS13(s) in tls_construct_client_certificate()