Searched refs:SSL_get_rbio (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/crypto/openssl/ssl/
H A Dd1_pkt.c251 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
254 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO,
364 if (!BIO_dgram_is_sctp(SSL_get_rbio(s)))
738 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) {
852 (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
891 if (BIO_dgram_is_sctp(SSL_get_rbio(s))) {
893 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO,
998 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
1003 BIO_clear_retry_flags(SSL_get_rbio(s));
1004 BIO_set_retry_read(SSL_get_rbio(
[all...]
H A Dd1_lib.c359 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0,
435 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0,
524 (void)BIO_dgram_get_peer(SSL_get_rbio(s), client);
H A Ds3_pkt.c1153 BIO_clear_retry_flags(SSL_get_rbio(s));
1154 BIO_set_retry_read(SSL_get_rbio(s));
1225 bio = SSL_get_rbio(s);
1413 bio = SSL_get_rbio(s);
H A Dd1_srvr.c359 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) {
362 BIO_clear_retry_flags(SSL_get_rbio(s));
363 BIO_set_retry_read(SSL_get_rbio(s));
380 BIO_clear_retry_flags(SSL_get_rbio(s));
381 BIO_set_retry_read(SSL_get_rbio(s));
H A Dd1_clnt.c269 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) {
272 BIO_clear_retry_flags(SSL_get_rbio(s));
273 BIO_set_retry_read(SSL_get_rbio(s));
291 BIO_clear_retry_flags(SSL_get_rbio(s));
292 BIO_set_retry_read(SSL_get_rbio(s));
H A Dssl_lib.c636 BIO *SSL_get_rbio(const SSL *s) function
656 b = SSL_get_rbio(s);
708 SSL_set_bio(s, SSL_get_rbio(s), bio);
710 SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s));
2500 bio = SSL_get_rbio(s);
H A Dbio_ssl.c349 bio = SSL_get_rbio(ssl);
H A Dd1_both.c1179 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ);
H A Dssl.h1851 BIO *SSL_get_rbio(const SSL *s);
/freebsd-10.1-release/crypto/openssl/apps/
H A Ds_cb.c759 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
832 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
H A Ds_server.c2074 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2075 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
2612 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2613 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
H A Ds_client.c2000 BIO_number_read(SSL_get_rbio(s)),
/freebsd-10.1-release/secure/lib/libssl/
H A DMakefile.man64 MAN+= SSL_get_rbio.3
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c550 BIO_number_read(SSL_get_rbio(bev_ssl->ssl));
557 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl));
/freebsd-10.1-release/contrib/unbound/util/
H A Dnetevent.c837 BIO_set_callback(SSL_get_rbio(ssl), &win_bio_cb);
838 BIO_set_callback_arg(SSL_get_rbio(ssl), (char*)&c->ev->ev);

Completed in 228 milliseconds