Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_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
HDSSL_set_bio.pod30 L<SSL_get_rbio(3)|SSL_get_rbio(3)>,
HDssl.pod524 =item BIO *B<SSL_get_rbio>(const SSL *ssl);
736 L<SSL_get_rbio(3)|SSL_get_rbio(3)>,
/NextBSD/crypto/openssl/ssl/
HDd1_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()
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 …]
HDd1_clnt.c287 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()
HDd1_srvr.c390 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()
HDd1_lib.c380 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()
HDs3_pkt.c1318 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()
HDssl_lib.c683 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()
HDbio_ssl.c349 bio = SSL_get_rbio(ssl); in ssl_ctrl()
HDd1_both.c1047 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
HDssl.h2162 BIO *SSL_get_rbio(const SSL *s);
/NextBSD/crypto/openssl/apps/
HDs_server.c2271 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()
HDs_cb.c1029 (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()
HDs_client.c2208 BIO_number_read(SSL_get_rbio(s)), in print_stuff()
/NextBSD/secure/lib/libssl/
HDMakefile.man78 MAN+= SSL_get_rbio.3
/NextBSD/contrib/ntp/sntp/libevent/
HDbufferevent_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()
/NextBSD/crypto/openssl/util/
HDssleay.num55 SSL_get_rbio 63 EXIST::FUNCTION:BIO
/NextBSD/contrib/unbound/util/
HDnetevent.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()
/NextBSD/crypto/openssl/doc/
HDssleay.txt6186 SSL_get_rbio
/NextBSD/
HDObsoleteFiles.inc5019 OLD_FILES+=usr/share/man/man3/SSL_get_rbio.3.gz