Searched refs:SSL_get_rbio (Results 1 – 21 of 21) sorted by relevance
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | 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
|
| HD | SSL_set_bio.pod | 30 L<SSL_get_rbio(3)|SSL_get_rbio(3)>,
|
| HD | ssl.pod | 524 =item BIO *B<SSL_get_rbio>(const SSL *ssl); 736 L<SSL_get_rbio(3)|SSL_get_rbio(3)>,
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | 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() 689 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) { in dtls1_get_record() 806 (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_read_bytes() 845 if (BIO_dgram_is_sctp(SSL_get_rbio(s))) { in dtls1_read_bytes() 847 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, in dtls1_read_bytes() 945 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_read_bytes() 950 BIO_clear_retry_flags(SSL_get_rbio(s)); in dtls1_read_bytes() 951 BIO_set_retry_read(SSL_get_rbio(s)); in dtls1_read_bytes() 959 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_read_bytes() [all …]
|
| HD | d1_clnt.c | 287 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) { in IMPLEMENT_dtls1_meth_func() 290 BIO_clear_retry_flags(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func() 291 BIO_set_retry_read(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func() 309 BIO_clear_retry_flags(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func() 310 BIO_set_retry_read(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
|
| HD | d1_srvr.c | 390 if (BIO_dgram_sctp_msg_waiting(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() 411 BIO_clear_retry_flags(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func() 412 BIO_set_retry_read(SSL_get_rbio(s)); in IMPLEMENT_dtls1_meth_func()
|
| HD | d1_lib.c | 380 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_start_timer() 456 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_stop_timer() 556 (void)BIO_dgram_get_peer(SSL_get_rbio(s), client); in dtls1_listen()
|
| HD | s3_pkt.c | 1318 BIO_clear_retry_flags(SSL_get_rbio(s)); in ssl3_read_bytes() 1319 BIO_set_retry_read(SSL_get_rbio(s)); in ssl3_read_bytes() 1390 bio = SSL_get_rbio(s); in ssl3_read_bytes() 1570 bio = SSL_get_rbio(s); in ssl3_read_bytes()
|
| HD | ssl_lib.c | 683 BIO *SSL_get_rbio(const SSL *s) in SSL_get_rbio() function 703 b = SSL_get_rbio(s); in SSL_get_rfd() 755 SSL_set_bio(s, SSL_get_rbio(s), bio); in SSL_set_wfd() 757 SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s)); in SSL_set_wfd() 2695 bio = SSL_get_rbio(s); in SSL_get_error()
|
| HD | bio_ssl.c | 349 bio = SSL_get_rbio(ssl); in ssl_ctrl()
|
| HD | d1_both.c | 1047 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
|
| HD | ssl.h | 2162 BIO *SSL_get_rbio(const SSL *s);
|
| /NextBSD/crypto/openssl/apps/ |
| HD | s_server.c | 2271 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in sv_body() 2272 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in sv_body() 2831 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in www_body() 2832 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in www_body() 3213 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in rev_body() 3214 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in rev_body()
|
| HD | s_cb.c | 1029 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); in generate_cookie_callback() 1102 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); in verify_cookie_callback()
|
| HD | s_client.c | 2208 BIO_number_read(SSL_get_rbio(s)), in print_stuff()
|
| /NextBSD/secure/lib/libssl/ |
| HD | Makefile.man | 78 MAN+= SSL_get_rbio.3
|
| /NextBSD/contrib/ntp/sntp/libevent/ |
| HD | 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()
|
| /NextBSD/crypto/openssl/util/ |
| HD | ssleay.num | 55 SSL_get_rbio 63 EXIST::FUNCTION:BIO
|
| /NextBSD/contrib/unbound/util/ |
| HD | 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()
|
| /NextBSD/crypto/openssl/doc/ |
| HD | ssleay.txt | 6186 SSL_get_rbio
|
| /NextBSD/ |
| HD | ObsoleteFiles.inc | 5019 OLD_FILES+=usr/share/man/man3/SSL_get_rbio.3.gz
|