SSL_get_wbio
BIO_number_written(SSL_get_wbio(s)));
if (BIO_get_ktls_send(SSL_get_wbio(s)))
BIO_write(SSL_get_wbio(con), str, sizeof(str) - 1);
wbio = SSL_get_wbio(con);
if (BIO_get_ktls_send(SSL_get_wbio(con)))
if (use_sendfile_for_req && !BIO_get_ktls_send(SSL_get_wbio(con))) {
__owur BIO *SSL_get_wbio(const SSL *s);
ret = BIO_ctrl(SSL_get_wbio(ssl), cmd, num, ptr);
ret = BIO_ctrl(SSL_get_wbio(ssl), cmd, num, ptr);
if (BIO_dgram_is_sctp(SSL_get_wbio(ssl))) {
mtu = BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL);
wbio = SSL_get_wbio(ssl);
wbio = SSL_get_wbio(s);
BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1,
BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL);
s->d1->mtu = s->d1->link_mtu - BIO_dgram_get_mtu_overhead(SSL_get_wbio(ssl));
s->d1->mtu = BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_SET_MTU,
return dtls1_link_min_mtu() - BIO_dgram_get_mtu_overhead(SSL_get_wbio(ssl));
if (rbio == SSL_get_rbio(s) && wbio == SSL_get_wbio(s))
if (wbio == SSL_get_wbio(s) && SSL_get_rbio(s) != SSL_get_wbio(s)) {
b = SSL_get_wbio(s);
BIO *wbio = SSL_get_wbio(s);
b = SSL_get_wbio(ssl);
if (SSL_CONNECTION_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(ssl))) {
BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE,
if (!SSL_CONNECTION_IS_DTLS(s) || !BIO_dgram_is_sctp(SSL_get_wbio(ssl)))
if (SSL_CONNECTION_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(ssl))) {
BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE,
BIO_ctrl(SSL_get_wbio(ssl),
BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
if (BIO_dgram_is_sctp(SSL_get_wbio(SSL_CONNECTION_GET_SSL(s)))) {
BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY,
BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY,
ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(ssl));
if (retry && BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_MTU_EXCEEDED, 0, NULL) > 0) {
|| BIO_dgram_is_sctp(SSL_get_wbio(SSL_CONNECTION_GET_SSL(s)))
BIO_ctrl(SSL_get_wbio(SSL_CONNECTION_GET_SSL(s)),
BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY,
BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY,
if (SSL_CONNECTION_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(ssl))) {
BIO_ctrl(SSL_get_wbio(ssl), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
c_to_s_mempacket = SSL_get_wbio(clientssl1);
mempackbio = SSL_get_wbio(serverssl);
mempackbio = SSL_get_wbio(clientssl);
BIO_ctrl(SSL_get_wbio(clientssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL);
BIO_ctrl(SSL_get_wbio(serverssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL);
bio = SSL_get_wbio(cssl);
bio = SSL_get_wbio(sssl);
bio = SSL_get_wbio(sssl);
bio = SSL_get_wbio(sssl);
wbio = SSL_get_wbio(cssl);
if (!TEST_ptr_eq(bio, SSL_get_wbio(ssl)))
if (!TEST_ptr_null(SSL_get_wbio(ssl)))
if (!TEST_ptr(bio = SSL_get_wbio(ssl)))
if (BIO_get_ktls_send(SSL_get_wbio(s_ssl))
else if (BIO_get_ktls_send(SSL_get_wbio(s_ssl)))
if (BIO_get_ktls_send(SSL_get_wbio(c_ssl))
else if (BIO_get_ktls_send(SSL_get_wbio(c_ssl)))
wbio = SSL_get_wbio(clientssl);
tmp = SSL_get_wbio(serverssl);
tmp = SSL_get_wbio(clientssl);
tmp = SSL_get_wbio(serverssl);
BIO *wbio = SSL_get_wbio(clientssl);
tmp = SSL_get_wbio(peerwrite);
tmp = SSL_get_wbio(local);
tmp = SSL_get_wbio(serverssl);
ATF_REQUIRE(BIO_should_retry(SSL_get_wbio(c.srv)));
ATF_REQUIRE(BIO_should_retry(SSL_get_wbio(c.srv)));
ATF_REQUIRE(!BIO_should_retry(SSL_get_wbio(c.srv)));
ATF_REQUIRE(!BIO_should_retry(SSL_get_wbio(c.srv)));
ret = BIO_get_ktls_send(SSL_get_wbio(ssl));
ret = BIO_get_ktls_send(SSL_get_wbio(ssl));