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

  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_both.c 233 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
241 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU,
252 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
256 else if ( ( ret = BIO_flush(SSL_get_wbio(s))) <= 0)
259 if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu)
261 ret = BIO_flush(SSL_get_wbio(s));
288 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
294 ret = BIO_flush(SSL_get_wbio(s));
339 if ( BIO_ctrl(SSL_get_wbio(s),
341 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s)
    [all...]
d1_clnt.c 176 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);
273 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s));
314 if (!BIO_dgram_is_sctp(SSL_get_wbio(s)))
345 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
450 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
486 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
501 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
521 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
545 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL);
594 if (BIO_dgram_is_sctp(SSL_get_wbio(s))
    [all...]
d1_srvr.c 180 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);
257 if (!BIO_dgram_is_sctp(SSL_get_wbio(s)))
361 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s));
401 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
523 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
539 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
549 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
624 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
665 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
727 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL)
    [all...]
d1_lib.c 310 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
422 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL);
ssl_lib.c 634 BIO *SSL_get_wbio(const SSL *s)
659 b=SSL_get_wbio(s);
724 SSL_set_bio(s,bio,SSL_get_wbio(s));
727 SSL_set_bio(s,SSL_get_wbio(s),SSL_get_wbio(s));
    [all...]
d1_pkt.c     [all...]
ssl.h     [all...]
  /external/openssl/ssl/
d1_both.c 239 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
247 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU,
258 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
262 else if ( ( ret = BIO_flush(SSL_get_wbio(s))) <= 0)
265 if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu)
267 ret = BIO_flush(SSL_get_wbio(s));
294 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
300 ret = BIO_flush(SSL_get_wbio(s));
346 if ( BIO_ctrl(SSL_get_wbio(s),
348 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s)
    [all...]
d1_clnt.c 176 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);
273 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s));
314 if (!BIO_dgram_is_sctp(SSL_get_wbio(s)))
345 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
450 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
486 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
501 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
521 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
573 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL);
597 if (BIO_dgram_is_sctp(SSL_get_wbio(s))
    [all...]
d1_srvr.c 180 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);
257 if (!BIO_dgram_is_sctp(SSL_get_wbio(s)))
362 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s));
402 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
524 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
540 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
550 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
625 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
666 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
730 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL)
    [all...]
d1_lib.c 311 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
423 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL);
ssl_lib.c 659 BIO *SSL_get_wbio(const SSL *s)
684 b=SSL_get_wbio(s);
749 SSL_set_bio(s,bio,SSL_get_wbio(s));
752 SSL_set_bio(s,SSL_get_wbio(s),SSL_get_wbio(s));
    [all...]
d1_pkt.c     [all...]
ssl.h     [all...]
  /external/chromium_org/net/socket/
ssl_server_socket_openssl.cc 344 (void)BIO_shutdown_wr(SSL_get_wbio(ssl_));
ssl_client_socket_openssl.cc     [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c     [all...]
s_server.c     [all...]
  /external/openssl/apps/
s_client.c     [all...]
s_server.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 275 milliseconds