Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_wbio

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),
1306 (void)BIO_flush(SSL_get_wbio(s));
1429 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
1432 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s));
1436 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, NULL);
1441 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL);