Lines Matching refs:hit
130 if (s->hit) { in ossl_statem_client13_read_transition()
276 if (s->hit) { in ossl_statem_client_read_transition()
301 s->hit = 1; in ossl_statem_client_read_transition()
675 if (s->hit) { in ossl_statem_client_write_transition()
683 if (s->hit) { in ossl_statem_client_write_transition()
752 if (s->hit) { in ossl_statem_client_pre_work()
876 if (SSL_CONNECTION_IS_DTLS(s) && s->hit) { in ossl_statem_client_post_work()
889 if (wst == WORK_MORE_A && SSL_CONNECTION_IS_DTLS(s) && s->hit == 0) { in ossl_statem_client_post_work()
1423 if (s->hit && (s->session->cipher_id != c->id)) { in set_client_ciphersuite()
1585 s->hit = 0; in tls_process_server_hello()
1646 s->hit = 1; in tls_process_server_hello()
1649 if (s->hit) { in tls_process_server_hello()
1722 if (s->hit && compression != s->session->compress_meth) { in tls_process_server_hello()
1752 if (SSL_CONNECTION_IS_DTLS(s) && s->hit) { in tls_process_server_hello()