Lines Matching refs:SSL_IS_TLS13
158 if (SSL_IS_TLS13(s)) { in ossl_statem_server_read_transition()
375 && (!SSL_IS_TLS13(s) || !(s->verify_mode & SSL_VERIFY_POST_HANDSHAKE) in send_certificate_request()
550 if (SSL_IS_TLS13(s)) in ossl_statem_server_write_transition()
725 if (SSL_IS_TLS13(s) && s->sent_tickets == 0) { in ossl_statem_server_pre_work()
744 if (SSL_IS_TLS13(s)) in ossl_statem_server_pre_work()
844 if (SSL_IS_TLS13(s) && s->hello_retry_request == SSL_HRR_PENDING) { in ossl_statem_server_post_work()
882 if (!SSL_IS_TLS13(s) in ossl_statem_server_post_work()
895 if (SSL_IS_TLS13(s)) { in ossl_statem_server_post_work()
957 if (SSL_IS_TLS13(s)) { in ossl_statem_server_post_work()
988 if (SSL_IS_TLS13(s) && statem_flush(s) != 1) { in ossl_statem_server_post_work()
1392 if (!ossl_assert(!SSL_IS_TLS13(s))) { in tls_process_client_hello()
1691 if (SSL_IS_TLS13(s) && RECORD_LAYER_processed_read_pending(&s->rlayer)) { in tls_early_post_process_client_hello()
1774 if (SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
1847 if (SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
1857 if (!SSL_IS_TLS13(s) && s->hit) { in tls_early_post_process_client_hello()
1931 && !SSL_IS_TLS13(s) in tls_early_post_process_client_hello()
1979 if (SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
2072 if (!s->hit || SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
2260 if (!s->hit || SSL_IS_TLS13(s)) { in tls_post_process_client_hello()
2278 if (!SSL_IS_TLS13(s)) { in tls_post_process_client_hello()
2336 if (!SSL_IS_TLS13(s) && !tls_handle_alpn(s)) { in tls_post_process_client_hello()
2371 int usetls13 = SSL_IS_TLS13(s) || s->hello_retry_request == SSL_HRR_PENDING; in tls_construct_server_hello()
2446 : (SSL_IS_TLS13(s) in tls_construct_server_hello()
2852 if (SSL_IS_TLS13(s)) { in tls_construct_certificate_request()
3616 if (SSL_IS_TLS13(s) && (!PACKET_get_length_prefixed_1(pkt, &context) in tls_process_client_certificate()
3655 if (SSL_IS_TLS13(s)) { in tls_process_client_certificate()
3762 if (SSL_IS_TLS13(s) && !ssl3_digest_cached_records(s, 1)) { in tls_process_client_certificate()
3773 if (SSL_IS_TLS13(s)) { in tls_process_client_certificate()
3807 if (SSL_IS_TLS13(s) && !WPACKET_put_bytes_u8(pkt, 0)) { in tls_construct_server_certificate()
3830 (s->hit && !SSL_IS_TLS13(s)) in create_ticket_prequel()
3837 if (SSL_IS_TLS13(s)) { in create_ticket_prequel()
4061 if (SSL_IS_TLS13(s)) { in tls_construct_new_session_ticket()
4153 if (SSL_IS_TLS13(s) in tls_construct_new_session_ticket()
4167 if (SSL_IS_TLS13(s)) { in tls_construct_new_session_ticket()