Home | History | Annotate | Download | only in ssl

Lines Matching refs:hit

396 			if (s->hit)
404 if (s->hit)
727 if (s->hit)
788 if (s->hit)
1004 s->hit=0;
1032 s->hit=1;
1124 /* If it is a hit, check that the cipher is in the list */
1125 if ((s->hit) && (i > 0))
1232 if (!s->hit && s->version >= TLS1_VERSION && s->tls_session_secret_cb)
1240 s->hit=1;
1274 /* This only happens if we have a cache hit */
1315 else if (s->hit)
1356 if (!s->hit)
1431 * s->hit - session reuse flag
1498 * s->hit is non-zero in either case of session reuse,
1503 && !s->hit)
3481 l2n(s->hit ? 0 : s->session->timeout, p);