Lines Matching refs:SSL_CONNECTION_IS_TLS13
239 if (SSL_CONNECTION_IS_TLS13(s)) { in ossl_statem_client_read_transition()
551 if (SSL_CONNECTION_IS_TLS13(s)) in ossl_statem_client_write_transition()
840 if (SSL_CONNECTION_IS_TLS13(s) in ossl_statem_client_post_work()
901 if (SSL_CONNECTION_IS_TLS13(s)) { in ossl_statem_client_post_work()
1062 return (SSL_CONNECTION_IS_TLS13(s)) ? SESSION_TICKET_MAX_LENGTH_TLS13 in ossl_statem_client_max_message_size()
1409 if (SSL_CONNECTION_IS_TLS13(s) && s->s3.tmp.new_cipher != NULL in set_client_ciphersuite()
1424 if (SSL_CONNECTION_IS_TLS13(s)) { in set_client_ciphersuite()
1550 if (SSL_CONNECTION_IS_TLS13(s) || hrr) { in tls_process_server_hello()
1578 context = SSL_CONNECTION_IS_TLS13(s) ? SSL_EXT_TLS1_3_SERVER_HELLO in tls_process_server_hello()
1587 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_server_hello()
1680 if (!SSL_CONNECTION_IS_TLS13(s)) { in tls_process_server_hello()
1787 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_server_hello()
1937 if (!SSL_CONNECTION_IS_TLS13(sc)) { in tls_post_process_server_rpk()
1952 if (SSL_CONNECTION_IS_TLS13(sc) in tls_post_process_server_rpk()
1987 if ((SSL_CONNECTION_IS_TLS13(s) && !PACKET_get_1(pkt, &context)) in tls_process_server_certificate()
2019 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_server_certificate()
2123 if (!SSL_CONNECTION_IS_TLS13(s)) { in tls_post_process_server_certificate()
2139 if (SSL_CONNECTION_IS_TLS13(s) in tls_post_process_server_certificate()
2573 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_certificate_request()
2678 if (SSL_CONNECTION_IS_TLS13(s) in tls_process_certificate_request()
2699 || (SSL_CONNECTION_IS_TLS13(s) in tls_process_new_session_ticket()
2703 || (SSL_CONNECTION_IS_TLS13(s) ? (ticklen == 0 in tls_process_new_session_ticket()
2726 if (SSL_CONNECTION_IS_TLS13(s) || s->session->session_id_length > 0) { in tls_process_new_session_ticket()
2739 && !SSL_CONNECTION_IS_TLS13(s)) { in tls_process_new_session_ticket()
2773 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_new_session_ticket()
2826 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_new_session_ticket()
3742 if (!SSL_CONNECTION_IS_TLS13(s) in tls_prepare_client_certificate()
3762 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_construct_client_certificate()
3799 if (SSL_CONNECTION_IS_TLS13(s) in tls_construct_client_certificate()