Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_wbio

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);
757 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
840 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);