Home
last modified time | relevance | path

Searched refs:SSL_get_rbio (Results 1 – 21 of 21) sorted by relevance

/freebsd-10-stable/crypto/openssl/doc/ssl/
DSSL_get_rbio.pod5 SSL_get_rbio - get BIO linked to an SSL object
11 BIO *SSL_get_rbio(SSL *ssl);
16 SSL_get_rbio() and SSL_get_wbio() return pointers to the BIOs for the
DSSL_set_bio.pod30 L<SSL_get_rbio(3)|SSL_get_rbio(3)>,
Dssl.pod565 =item BIO *B<SSL_get_rbio>(const SSL *ssl);
777 L<SSL_get_rbio(3)|SSL_get_rbio(3)>,
/freebsd-10-stable/crypto/openssl/ssl/
Dd1_pkt.c251 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_buffer_record()
254 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO, in dtls1_buffer_record()
364 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) in dtls1_process_buffered_records()
738 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) { in dtls1_get_record()
852 (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_read_bytes()
891 if (BIO_dgram_is_sctp(SSL_get_rbio(s))) { in dtls1_read_bytes()
893 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, in dtls1_read_bytes()
998 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_read_bytes()
1003 BIO_clear_retry_flags(SSL_get_rbio(s)); in dtls1_read_bytes()
1004 BIO_set_retry_read(SSL_get_rbio(s)); in dtls1_read_bytes()
[all …]
Dd1_lib.c359 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_start_timer()
435 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_stop_timer()
524 (void)BIO_dgram_get_peer(SSL_get_rbio(s), client); in dtls1_listen()
Dd1_srvr.c372 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) { in IMPLEMENT_dtls1_meth_func()
375 BIO_clear_retry_flags(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
376 BIO_set_retry_read(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
393 BIO_clear_retry_flags(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
394 BIO_set_retry_read(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
Dd1_clnt.c269 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) { in IMPLEMENT_dtls1_meth_func()
272 BIO_clear_retry_flags(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
273 BIO_set_retry_read(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
291 BIO_clear_retry_flags(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
292 BIO_set_retry_read(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
Ds3_pkt.c1153 BIO_clear_retry_flags(SSL_get_rbio(s)); in ssl3_read_bytes()
1154 BIO_set_retry_read(SSL_get_rbio(s)); in ssl3_read_bytes()
1225 bio = SSL_get_rbio(s); in ssl3_read_bytes()
1413 bio = SSL_get_rbio(s); in ssl3_read_bytes()
Dssl_lib.c636 BIO *SSL_get_rbio(const SSL *s) in SSL_get_rbio() function
656 b = SSL_get_rbio(s); in SSL_get_rfd()
708 SSL_set_bio(s, SSL_get_rbio(s), bio); in SSL_set_wfd()
710 SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s)); in SSL_set_wfd()
2500 bio = SSL_get_rbio(s); in SSL_get_error()
Dbio_ssl.c349 bio = SSL_get_rbio(ssl); in ssl_ctrl()
Dd1_both.c1210 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
Dssl.h1851 BIO *SSL_get_rbio(const SSL *s);
/freebsd-10-stable/crypto/openssl/apps/
Ds_cb.c759 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); in generate_cookie_callback()
832 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); in verify_cookie_callback()
Ds_server.c2074 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in sv_body()
2075 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in sv_body()
2612 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in www_body()
2613 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in www_body()
Ds_client.c2003 BIO_number_read(SSL_get_rbio(s)), in print_stuff()
/freebsd-10-stable/secure/lib/libssl/
DMakefile.man65 MAN+= SSL_get_rbio.3
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Dbufferevent_openssl.c550 BIO_number_read(SSL_get_rbio(bev_ssl->ssl)); in init_bio_counts()
557 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl)); in decrement_buckets()
/freebsd-10-stable/crypto/openssl/util/
Dssleay.num55 SSL_get_rbio 63 EXIST::FUNCTION:BIO
/freebsd-10-stable/contrib/unbound/util/
Dnetevent.c846 BIO_set_callback(SSL_get_rbio(ssl), &win_bio_cb); in comm_point_tcp_win_bio_cb()
847 BIO_set_callback_arg(SSL_get_rbio(ssl), (char*)&c->ev->ev); in comm_point_tcp_win_bio_cb()
/freebsd-10-stable/
DObsoleteFiles.inc3560 OLD_FILES+=usr/share/man/man3/SSL_get_rbio.3.gz
/freebsd-10-stable/crypto/openssl/doc/
Dssleay.txt6186 SSL_get_rbio