Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_wbio

176 	BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);
273 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s));
314 if (!BIO_dgram_is_sctp(SSL_get_wbio(s)))
345 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
450 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
486 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,
501 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
521 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
545 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL);
594 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
604 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
660 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
761 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);