Home | History | Annotate | Download | only in ssl

Lines Matching refs:hit

398 			if (s->hit)
406 if (s->hit)
737 if (s->hit)
749 if (!s->hit && s->s3->tlsext_channel_id_new)
807 if (s->hit)
1024 s->hit=0;
1052 s->hit=1;
1144 /* If it is a hit, check that the cipher is in the list */
1145 if ((s->hit) && (i > 0))
1249 if (!s->hit && s->version >= TLS1_VERSION && s->tls_session_secret_cb)
1257 s->hit=1;
1291 /* This only happens if we have a cache hit */
1332 else if (s->hit)
1373 if (!s->hit)
1448 * s->hit - session reuse flag
1493 if (s->hit &&
1525 * s->hit is non-zero in either case of session reuse,
1530 && !s->hit)
3554 l2n(s->hit ? 0 : s->session->timeout, p);