HomeSort by relevance Sort by last modified time
    Searched refs:SSL_in_init (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/ssl/
s23_lib.c 125 if (SSL_in_init(s) && (!s->in_handshake))
148 if (SSL_in_init(s) && (!s->in_handshake))
171 if (SSL_in_init(s) && (!s->in_handshake))
d1_pkt.c 340 if ( ! SSL_in_init(s)) /* if we're not (re)negotiating,
701 if ((SSL_in_init(s) || s->in_handshake) && !s->d1->listen)
778 if ((!s->in_handshake && SSL_in_init(s)) ||
783 if (!s->in_handshake && SSL_in_init(s))
880 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) &&
    [all...]
s2_lib.c 316 return SSL_in_init(s) ? 0 : s->s2->ract_data_length;
s2_pkt.c 136 if (SSL_in_init(s) && !s->in_handshake)
423 if (SSL_in_init(s) && !s->in_handshake)
s3_pkt.c 590 if (SSL_in_init(s) && !s->in_handshake)
982 if (!s->in_handshake && SSL_in_init(s))
1034 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) &&
    [all...]
d1_both.c 1088 if (!SSL_in_init(s) && !s->tlsext_hb_pending) /* done, no need to send a retransmit */
1090 if (!SSL_in_init(s)) /* done, no need to send a retransmit */
    [all...]
s23_srvr.c 165 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
ssltest.c     [all...]
s23_clnt.c 163 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
s2_clnt.c 164 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
s2_srvr.c 165 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
ssl_sess.c 1014 !(SSL_in_init(s) || SSL_in_before(s)))
    [all...]
  /external/openssl/ssl/
s23_lib.c 125 if (SSL_in_init(s) && (!s->in_handshake))
148 if (SSL_in_init(s) && (!s->in_handshake))
171 if (SSL_in_init(s) && (!s->in_handshake))
d1_pkt.c 340 if ( ! SSL_in_init(s)) /* if we're not (re)negotiating,
701 if ((SSL_in_init(s) || s->in_handshake) && !s->d1->listen)
778 if ((!s->in_handshake && SSL_in_init(s)) ||
783 if (!s->in_handshake && SSL_in_init(s))
880 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) &&
    [all...]
s2_lib.c 316 return SSL_in_init(s) ? 0 : s->s2->ract_data_length;
s2_pkt.c 136 if (SSL_in_init(s) && !s->in_handshake)
423 if (SSL_in_init(s) && !s->in_handshake)
s3_pkt.c 590 if (SSL_in_init(s) && !s->in_handshake)
982 if (!s->in_handshake && SSL_in_init(s))
1034 if (SSL_in_init(s) && (type == SSL3_RT_APPLICATION_DATA) &&
    [all...]
d1_both.c 1088 if (!SSL_in_init(s) && !s->tlsext_hb_pending) /* done, no need to send a retransmit */
1090 if (!SSL_in_init(s)) /* done, no need to send a retransmit */
    [all...]
s23_srvr.c 165 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
ssltest.c     [all...]
s23_clnt.c 163 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
s2_clnt.c 164 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
s2_srvr.c 165 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s);
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 487 if (SSL_in_init(s_ssl))
498 if (SSL_in_init(c_ssl))
  /external/openssl/crypto/threads/
mttest.c 487 if (SSL_in_init(s_ssl))
498 if (SSL_in_init(c_ssl))

Completed in 554 milliseconds

1 2