HomeSort by relevance Sort by last modified time
    Searched full:session_id_length (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_sess.c 230 *len = s->session_id_length;
306 ss->session_id_length=SSL2_SSL_SESSION_ID_LENGTH;
311 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
316 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
321 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
326 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
331 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
336 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
348 ss->session_id_length = 0;
360 tmp = ss->session_id_length;
    [all...]
s2_srvr.c 561 n2s(p,i); s->s2->tmp.session_id_length=i;
575 len = 9 + (unsigned long)s->s2->tmp.cipher_spec_length + (unsigned long)s->s2->challenge_length + (unsigned long)s->s2->tmp.session_id_length;
592 if ((s->s2->tmp.session_id_length != 0) &&
593 (s->s2->tmp.session_id_length != SSL2_SSL_SESSION_ID_LENGTH))
600 if (s->s2->tmp.session_id_length == 0)
611 s->s2->tmp.session_id_length, NULL);
681 p+=s->s2->tmp.session_id_length;
902 if (s->session->session_id_length > sizeof s->session->session_id)
907 memcpy(p,s->session->session_id, (unsigned int)s->session->session_id_length);
908 /* p+=s->session->session_id_length; */
    [all...]
s2_clnt.c 424 s->session->session_id_length=0;
432 if (s->session->session_id_length > 0)
583 if ((s->session->session_id_length > 0) &&
584 (s->session->session_id_length <=
587 i=s->session->session_id_length;
1005 s->session->session_id_length=SSL2_SSL_SESSION_ID_LENGTH;
1012 if ((s->session->session_id_length > sizeof s->session->session_id)
1014 (unsigned int)s->session->session_id_length)))
ssl2.h 218 unsigned int session_id_length; member in struct:ssl2_state_st::__anon18572
ssl_asn1.c 196 a.session_id.length=in->session_id_length;
449 ret->session_id_length=os.length;
597 else if (ret->tlsext_ticklen && ret->session_id_length)
ssl_txt.c 151 for (i=0; i<x->session_id_length; i++)
s3_clnt.c 751 !sess->session_id_length ||
753 (!sess->session_id_length && !sess->tlsext_tick) ||
825 i=s->session->session_id_length;
996 if (j != 0 && j == s->session->session_id_length
1015 if (s->session->session_id_length > 0)
1029 s->session->session_id_length=j;
    [all...]
ssl_lib.c 456 r.session_id_length = id_len;
467 r.session_id_length = SSL2_SSL_SESSION_ID_LENGTH;
    [all...]
d1_clnt.c 786 !sess->session_id_length ||
788 (!sess->session_id_length && !sess->tlsext_tick) ||
830 i=s->session->session_id_length;
    [all...]
d1_srvr.c 943 s->session->session_id_length=0;
945 sl=s->session->session_id_length;
    [all...]
  /external/openssl/ssl/
ssl_sess.c 230 *len = s->session_id_length;
306 ss->session_id_length=SSL2_SSL_SESSION_ID_LENGTH;
311 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
316 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
321 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
326 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
331 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
336 ss->session_id_length=SSL3_SSL_SESSION_ID_LENGTH;
348 ss->session_id_length = 0;
360 tmp = ss->session_id_length;
    [all...]
s2_srvr.c 561 n2s(p,i); s->s2->tmp.session_id_length=i;
575 len = 9 + (unsigned long)s->s2->tmp.cipher_spec_length + (unsigned long)s->s2->challenge_length + (unsigned long)s->s2->tmp.session_id_length;
592 if ((s->s2->tmp.session_id_length != 0) &&
593 (s->s2->tmp.session_id_length != SSL2_SSL_SESSION_ID_LENGTH))
600 if (s->s2->tmp.session_id_length == 0)
611 s->s2->tmp.session_id_length, NULL);
681 p+=s->s2->tmp.session_id_length;
902 if (s->session->session_id_length > sizeof s->session->session_id)
907 memcpy(p,s->session->session_id, (unsigned int)s->session->session_id_length);
908 /* p+=s->session->session_id_length; */
    [all...]
s2_clnt.c 424 s->session->session_id_length=0;
432 if (s->session->session_id_length > 0)
583 if ((s->session->session_id_length > 0) &&
584 (s->session->session_id_length <=
587 i=s->session->session_id_length;
1005 s->session->session_id_length=SSL2_SSL_SESSION_ID_LENGTH;
1012 if ((s->session->session_id_length > sizeof s->session->session_id)
1014 (unsigned int)s->session->session_id_length)))
ssl2.h 218 unsigned int session_id_length; member in struct:ssl2_state_st::__anon32170
ssl_asn1.c 197 a.session_id.length=in->session_id_length;
464 ret->session_id_length=os.length;
613 else if (ret->tlsext_ticklen && ret->session_id_length)
ssl_txt.c 151 for (i=0; i<x->session_id_length; i++)
s3_clnt.c 740 !sess->session_id_length ||
742 (!sess->session_id_length && !sess->tlsext_tick) ||
811 i=s->session->session_id_length;
982 if (j != 0 && j == s->session->session_id_length
1001 if (s->session->session_id_length > 0)
1015 s->session->session_id_length=j;
    [all...]
ssl_lib.c 474 r.session_id_length = id_len;
485 r.session_id_length = SSL2_SSL_SESSION_ID_LENGTH;
    [all...]
d1_clnt.c 796 !sess->session_id_length ||
798 (!sess->session_id_length && !sess->tlsext_tick) ||
838 i=s->session->session_id_length;
    [all...]
  /external/chromium_org/net/socket/
ssl_session_cache_openssl.cc 71 id_len(session->session_id_length),
72 hash(ComputeHash(session->session_id, session->session_id_length)) {}
275 if (session->session_id_length == 0)
289 DCHECK_GT(session->session_id_length, 0U);
385 DCHECK_GT(session->session_id_length, 0U);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl2.h 218 unsigned int session_id_length; member in struct:ssl2_state_st::__anon18558
  /external/openssl/include/openssl/
ssl2.h 218 unsigned int session_id_length; member in struct:ssl2_state_st::__anon32156
  /external/chromium_org/content/common/
sandbox_win.cc 231 DWORD session_id_length; local
236 sizeof(session_id), &session_id_length));
  /external/chromium_org/third_party/openssl/openssl/patches/
jsse.patch 144 if (s->session->session_id_length > 0)
  /external/openssl/patches/
0003-jsse.patch 152 if (s->session->session_id_length > 0)

Completed in 4260 milliseconds

1 2