Searched refs:SSL_get_rbio (Results 1 – 21 of 21) sorted by relevance
| /freebsd-10-stable/crypto/openssl/doc/ssl/ |
| D | SSL_get_rbio.pod | 5 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
|
| D | SSL_set_bio.pod | 30 L<SSL_get_rbio(3)|SSL_get_rbio(3)>,
|
| D | ssl.pod | 565 =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/ |
| D | d1_pkt.c | 251 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 …]
|
| D | d1_lib.c | 359 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()
|
| D | d1_srvr.c | 372 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()
|
| D | d1_clnt.c | 269 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()
|
| D | s3_pkt.c | 1153 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()
|
| D | ssl_lib.c | 636 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()
|
| D | bio_ssl.c | 349 bio = SSL_get_rbio(ssl); in ssl_ctrl()
|
| D | d1_both.c | 1210 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
|
| D | ssl.h | 1851 BIO *SSL_get_rbio(const SSL *s);
|
| /freebsd-10-stable/crypto/openssl/apps/ |
| D | s_cb.c | 759 (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()
|
| D | s_server.c | 2074 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()
|
| D | s_client.c | 2003 BIO_number_read(SSL_get_rbio(s)), in print_stuff()
|
| /freebsd-10-stable/secure/lib/libssl/ |
| D | Makefile.man | 65 MAN+= SSL_get_rbio.3
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/ |
| D | bufferevent_openssl.c | 550 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/ |
| D | ssleay.num | 55 SSL_get_rbio 63 EXIST::FUNCTION:BIO
|
| /freebsd-10-stable/contrib/unbound/util/ |
| D | netevent.c | 846 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/ |
| D | ObsoleteFiles.inc | 3560 OLD_FILES+=usr/share/man/man3/SSL_get_rbio.3.gz
|
| /freebsd-10-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 6186 SSL_get_rbio
|