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)))
573 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL);
597 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
607 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
623 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, 0, NULL);
670 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
771 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, s->in_handshake, NULL);