| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | SSL_get_rbio.pod | 5 SSL_get_rbio, SSL_get_wbio - 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
|
| H A D | SSL_set_bio.pod | 104 L<SSL_get_rbio(3)>,
|
| /freebsd-14.2/crypto/openssl/ssl/record/ |
| H A D | rec_layer_d1.c | 173 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_buffer_record() 176 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO, in dtls1_buffer_record() 273 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) in dtls1_process_buffered_records() 397 if (BIO_dgram_is_sctp(SSL_get_rbio(s))) { in dtls1_read_bytes() 536 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_read_bytes() 538 && BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s)) <= 0) { in dtls1_read_bytes() 598 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_read_bytes() 602 BIO_clear_retry_flags(SSL_get_rbio(s)); in dtls1_read_bytes() 603 BIO_set_retry_read(SSL_get_rbio(s)); in dtls1_read_bytes() 689 bio = SSL_get_rbio(s); in dtls1_read_bytes() [all …]
|
| H A D | rec_layer_s3.c | 1651 rbio = SSL_get_rbio(s); in ssl3_read_bytes() 1743 bio = SSL_get_rbio(s); in ssl3_read_bytes()
|
| H A D | ssl3_record.c | 1872 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) { in dtls1_get_record()
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | recordlentest.c | 126 serverbio = SSL_get_rbio(serverssl); in test_record_overflow()
|
| H A D | dtls_mtu_test.c | 70 || !TEST_ptr(sc_bio = SSL_get_rbio(srvr_ssl)) in mtu_test()
|
| H A D | sslbuffertest.c | 237 tmp = SSL_get_rbio(serverssl); in test_free_buffers()
|
| H A D | ssl_old_test.c | 2162 && BIO_get_ktls_recv(SSL_get_rbio(s_ssl))) in doit_localhost() 2166 else if (BIO_get_ktls_recv(SSL_get_rbio(s_ssl))) in doit_localhost() 2170 && BIO_get_ktls_recv(SSL_get_rbio(c_ssl))) in doit_localhost() 2174 else if (BIO_get_ktls_recv(SSL_get_rbio(c_ssl))) in doit_localhost()
|
| H A D | sslapitest.c | 3594 rbio = SSL_get_rbio(serverssl); in test_early_data_read_write() 8198 c2s = SSL_get_rbio(serverssl); in test_incorrect_shutdown() 9515 rbio = SSL_get_rbio(clientssl); in test_ssl_dup()
|
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A D | d1_lib.c | 300 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_start_timer() 375 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_stop_timer() 481 rbio = SSL_get_rbio(s); in DTLSv1_listen()
|
| H A D | bio_ssl.c | 291 bio = SSL_get_rbio(ssl); in ssl_ctrl()
|
| H A D | ssl_lib.c | 1317 if (rbio == SSL_get_rbio(s) && wbio == SSL_get_wbio(s)) in SSL_set_bio() 1330 if (rbio == SSL_get_rbio(s)) { in SSL_set_bio() 1339 if (wbio == SSL_get_wbio(s) && SSL_get_rbio(s) != SSL_get_wbio(s)) { in SSL_set_bio() 1349 BIO *SSL_get_rbio(const SSL *s) in SSL_get_rbio() function 1376 b = SSL_get_rbio(s); in SSL_get_rfd() 1425 BIO *rbio = SSL_get_rbio(s); in SSL_set_wfd() 3878 bio = SSL_get_rbio(s); in SSL_get_error()
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | s_server.c | 2460 BIO_set_callback_ex(SSL_get_rbio(con), count_reads_callback); in sv_body() 2745 BIO_set_callback_arg(SSL_get_rbio(con), (char *)&read_counter); in sv_body() 2747 BIO_set_callback_arg(SSL_get_rbio(con), NULL); in sv_body() 3031 if (BIO_get_ktls_recv(SSL_get_rbio(con))) in print_connection_info() 3130 BIO_set_callback_ex(SSL_get_rbio(con), bio_dump_callback); in www_body() 3131 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in www_body() 3555 BIO_set_callback_ex(SSL_get_rbio(con), bio_dump_callback); in rev_body() 3556 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in rev_body()
|
| H A D | s_client.c | 3232 BIO_number_read(SSL_get_rbio(s)), in print_stuff() 3260 if (BIO_get_ktls_recv(SSL_get_rbio(s))) in print_stuff()
|
| /freebsd-14.2/crypto/openssl/ssl/statem/ |
| H A D | statem_dtls.c | 1039 BIO_clear_retry_flags(SSL_get_rbio(s)); in dtls_wait_for_dry() 1040 BIO_set_retry_read(SSL_get_rbio(s)); in dtls_wait_for_dry() 1064 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
|
| /freebsd-14.2/secure/lib/libssl/ |
| H A D | Version.map | 273 SSL_get_rbio;
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent_openssl.c | 557 rbio = SSL_get_rbio(bev_ssl->ssl); in init_bio_counts() 565 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl)); in decrement_buckets()
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | bufferevent_openssl.c | 557 rbio = SSL_get_rbio(bev_ssl->ssl); in init_bio_counts() 565 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl)); in decrement_buckets()
|
| /freebsd-14.2/usr.sbin/rpc.tlsclntd/ |
| H A D | rpc.tlsclntd.c | 729 ret = BIO_get_ktls_recv(SSL_get_rbio(ssl)); in rpctls_connect()
|
| /freebsd-14.2/usr.sbin/rpc.tlsservd/ |
| H A D | rpc.tlsservd.c | 882 ret = BIO_get_ktls_recv(SSL_get_rbio(ssl)); in rpctls_server()
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libssl.num | 261 SSL_get_rbio 262 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14.2/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 801 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer); in generate_stateless_cookie_callback()
|
| /freebsd-14.2/crypto/openssl/doc/ |
| H A D | build.info | 2514 DEPEND[html/man3/SSL_get_rbio.html]=man3/SSL_get_rbio.pod 2515 GENERATE[html/man3/SSL_get_rbio.html]=man3/SSL_get_rbio.pod 2516 DEPEND[man/man3/SSL_get_rbio.3]=man3/SSL_get_rbio.pod 2517 GENERATE[man/man3/SSL_get_rbio.3]=man3/SSL_get_rbio.pod 3414 html/man3/SSL_get_rbio.html \ 4022 man/man3/SSL_get_rbio.3 \
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | netevent.c | 3139 BIO_set_callback_ex(SSL_get_rbio(ssl), &win_bio_cb); 3141 BIO_set_callback(SSL_get_rbio(ssl), &win_bio_cb); 3143 BIO_set_callback_arg(SSL_get_rbio(ssl), (char*)c->ev->ev);
|