HomeSort by relevance Sort by last modified time
    Searched refs:sess_hit (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_clnt.c 299 if (s->hit) s->ctx->stats.sess_hit++;
ssl_sess.c 613 s->session_ctx->stats.sess_hit++;
    [all...]
d1_clnt.c 712 if (s->hit) s->ctx->stats.sess_hit++;
    [all...]
s3_clnt.c 671 if (s->hit) s->ctx->stats.sess_hit++;
    [all...]
ssl.h 825 int sess_hit; \/* session reuse actually done *\/ member in struct:ssl_ctx_st::__anon15668
    [all...]
ssl_lib.c 1183 return(ctx->stats.sess_hit);
    [all...]
  /external/openssl/ssl/
s2_clnt.c 299 if (s->hit) s->ctx->stats.sess_hit++;
ssl_sess.c 613 s->session_ctx->stats.sess_hit++;
    [all...]
d1_clnt.c 712 if (s->hit) s->ctx->stats.sess_hit++;
    [all...]
s3_clnt.c 671 if (s->hit) s->ctx->stats.sess_hit++;
    [all...]
ssl.h 825 int sess_hit; \/* session reuse actually done *\/ member in struct:ssl_ctx_st::__anon26116
    [all...]
ssl_lib.c 1196 return(ctx->stats.sess_hit);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 825 int sess_hit; \/* session reuse actually done *\/ member in struct:ssl_ctx_st::__anon15654
    [all...]
  /external/openssl/include/openssl/
ssl.h 825 int sess_hit; \/* session reuse actually done *\/ member in struct:ssl_ctx_st::__anon26102
    [all...]

Completed in 214 milliseconds