Searched refs:SSL_get_wbio (Results 1 - 10 of 10) sorted by relevance

/external/openssl/ssl/
H A Dd1_both.c233 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
241 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU,
252 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
256 else if ( ( ret = BIO_flush(SSL_get_wbio(s))) <= 0)
259 if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu)
261 ret = BIO_flush(SSL_get_wbio(s));
288 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
294 ret = BIO_flush(SSL_get_wbio(s));
339 if ( BIO_ctrl(SSL_get_wbio(s),
341 s->d1->mtu = BIO_ctrl(SSL_get_wbio(
[all...]
H A Dd1_clnt.c176 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(
[all...]
H A Dd1_srvr.c180 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(
[all...]
H A Dd1_lib.c297 if (BIO_dgram_is_sctp(SSL_get_wbio(s)))
409 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL);
H A Dssl_lib.c630 BIO *SSL_get_wbio(const SSL *s) function
655 b=SSL_get_wbio(s);
720 SSL_set_bio(s,bio,SSL_get_wbio(s));
723 SSL_set_bio(s,SSL_get_wbio(s),SSL_get_wbio(s));
2524 bio=SSL_get_wbio(s);
H A Dd1_pkt.c1244 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD, 1, NULL);
1391 (BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
H A Dssl.h1704 BIO * SSL_get_wbio(const SSL *s);
/external/openssl/apps/
H A Ds_client.c2029 BIO_number_written(SSL_get_wbio(s)));
H A Ds_server.c2220 BIO_write(SSL_get_wbio(con),str,strlen(str));
/external/openssl/include/openssl/
H A Dssl.h1704 BIO * SSL_get_wbio(const SSL *s);

Completed in 890 milliseconds