Searched refs:SSL_get_wbio (Results 1 – 11 of 11) sorted by relevance
/external/openssl/ssl/ |
D | d1_both.c | 233 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); in dtls1_do_write() 241 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, in dtls1_do_write() 252 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s)); in dtls1_do_write() 256 else if ( ( ret = BIO_flush(SSL_get_wbio(s))) <= 0) in dtls1_do_write() 259 if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu) in dtls1_do_write() 261 ret = BIO_flush(SSL_get_wbio(s)); in dtls1_do_write() 288 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) - in dtls1_do_write() 294 ret = BIO_flush(SSL_get_wbio(s)); in dtls1_do_write() 339 if ( BIO_ctrl(SSL_get_wbio(s), in dtls1_do_write() 341 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), in dtls1_do_write() [all …]
|
D | d1_clnt.c | 176 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); in IMPLEMENT_dtls1_meth_func() 273 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); in IMPLEMENT_dtls1_meth_func() 314 if (!BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func() 345 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in IMPLEMENT_dtls1_meth_func() 450 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && in IMPLEMENT_dtls1_meth_func() 486 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in IMPLEMENT_dtls1_meth_func() 501 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func() 521 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func() 545 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL); in IMPLEMENT_dtls1_meth_func() 594 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func() [all …]
|
D | d1_srvr.c | 180 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL); in IMPLEMENT_dtls1_meth_func() 257 if (!BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func() 361 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); in IMPLEMENT_dtls1_meth_func() 401 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in IMPLEMENT_dtls1_meth_func() 523 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func() 539 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func() 549 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func() 624 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in IMPLEMENT_dtls1_meth_func() 665 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && in IMPLEMENT_dtls1_meth_func() 727 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL); in IMPLEMENT_dtls1_meth_func() [all …]
|
D | d1_lib.c | 297 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) in dtls1_start_timer() 409 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL); in dtls1_check_timeout_num()
|
D | ssl_lib.c | 630 BIO *SSL_get_wbio(const SSL *s) in SSL_get_wbio() function 655 b=SSL_get_wbio(s); in SSL_get_wfd() 720 SSL_set_bio(s,bio,SSL_get_wbio(s)); in SSL_set_rfd() 723 SSL_set_bio(s,SSL_get_wbio(s),SSL_get_wbio(s)); in SSL_set_rfd() 2524 bio=SSL_get_wbio(s); in SSL_get_error()
|
D | d1_pkt.c | 1244 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD, 1, NULL); in dtls1_read_bytes() 1391 (BIO_dgram_is_sctp(SSL_get_wbio(s)) && in dtls1_write_app_data_bytes()
|
D | ssl.h | 1704 BIO * SSL_get_wbio(const SSL *s);
|
/external/openssl/patches/ |
D | jsse.patch | 22 BIO * SSL_get_wbio(const SSL *s);
|
/external/openssl/apps/ |
D | s_client.c | 2029 BIO_number_written(SSL_get_wbio(s))); in print_stuff()
|
D | s_server.c | 2220 BIO_write(SSL_get_wbio(con),str,strlen(str)); in sv_body()
|
/external/openssl/include/openssl/ |
D | ssl.h | 1704 BIO * SSL_get_wbio(const SSL *s);
|