Lines Matching refs:hit

520         if (s->hit)  in ossl_statem_server13_write_transition()
594 } else if (s->hit || s->num_tickets <= s->sent_tickets) { in ossl_statem_server13_write_transition()
663 if (s->hit) { in ossl_statem_server_write_transition()
715 if (s->hit) { in ossl_statem_server_write_transition()
734 if (s->hit) { in ossl_statem_server_write_transition()
919 if (SSL_CONNECTION_IS_DTLS(s) && s->hit) { in ossl_statem_server_post_work()
986 if (SSL_CONNECTION_IS_DTLS(s) && !s->hit) { in ossl_statem_server_post_work()
1011 if (SSL_CONNECTION_IS_DTLS(s) && s->hit) { in ossl_statem_server_post_work()
1045 if (!s->hit && !send_certificate_request(s)) { in ossl_statem_server_post_work()
1779 s->hit = 0; in tls_early_post_process_client_hello()
1875 s->hit = 1; in tls_early_post_process_client_hello()
1898 if (!SSL_CONNECTION_IS_TLS13(s) && s->hit) { in tls_early_post_process_client_hello()
1967 if (!s->hit && !tls1_set_server_sigalgs(s)) { in tls_early_post_process_client_hello()
1972 if (!s->hit in tls_early_post_process_client_hello()
1991 s->hit = 1; in tls_early_post_process_client_hello()
2067 } else if (s->hit) { in tls_early_post_process_client_hello()
2107 if (!s->hit || SSL_CONNECTION_IS_TLS13(s)) { in tls_early_post_process_client_hello()
2117 if (!s->hit) { in tls_early_post_process_client_hello()
2231 if (!s->hit) { in tls_handle_alpn()
2291 if (!s->hit || SSL_CONNECTION_IS_TLS13(s)) { in tls_post_process_client_hello()
2293 if (!s->hit && s->cert->cert_cb != NULL) { in tls_post_process_client_hello()
2320 if (!s->hit) { in tls_post_process_client_hello()
2437 && !s->hit) in tls_construct_server_hello()
2486 s->hit = 0; in tls_construct_server_hello()
3898 } else if (s->hit) in create_ticket_prequel()
4195 if (s->sent_tickets != 0 || s->hit) { in tls_construct_new_session_ticket()