Lines Matching refs:SSL_get_wbio
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()
757 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func()
840 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);