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

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence.h 32 void OnSessionStateChange(InputMethodManager::UISessionState new_session);
  /external/chromium_org/net/spdy/
spdy_session_pool.cc 100 scoped_ptr<SpdySession> new_session(
116 new_session->InitializeWithSocket(
119 base::WeakPtr<SpdySession> available_session = new_session->GetWeakPtr();
120 sessions_.insert(new_session.release());
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_clnt.c 531 s->new_session=0;
d1_srvr.c 597 s->new_session=0;
s23_clnt.c 362 if (s->new_session || s->session == NULL)
d1_pkt.c 976 s->new_session = 1;
    [all...]
s3_pkt.c     [all...]
s3_clnt.c 564 s->new_session=0;
725 if (s->new_session)
    [all...]
s3_srvr.c 644 s->new_session=0;
846 * renegotiation but not a new session (s->new_session remains unset): for servers,
850 if ((s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION)))
    [all...]
ssl_lib.c 1100 s->new_session=1;
1110 s->new_session=0;
    [all...]
t1_lib.c 982 if (!s->new_session && s->session && s->session->tlsext_tick)
    [all...]
  /external/openssl/ssl/
ssl_lib.c 1058 s->new_session=1;
1068 s->new_session=0;
    [all...]
d1_clnt.c 719 s->new_session=0;
835 if (s->new_session)
    [all...]
d1_pkt.c 1064 s->new_session = 1;
    [all...]
s3_pkt.c     [all...]
d1_srvr.c 798 s->new_session=0;
    [all...]
s3_clnt.c 672 s->new_session=0;
809 if (s->new_session)
    [all...]
s3_srvr.c 829 s->new_session=0;
1032 * renegotiation but not a new session (s->new_session remains unset): for servers,
1036 if ((s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION)))
    [all...]
ssl.h 1249 int new_session;\/* Generate a new session or reuse an old one. member in struct:ssl_st
    [all...]
t1_lib.c 505 if (!s->new_session && s->session && s->session->tlsext_tick)
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 1263 int new_session;\/* Generate a new session or reuse an old one. member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 1249 int new_session;\/* Generate a new session or reuse an old one. member in struct:ssl_st
    [all...]

Completed in 295 milliseconds