/third_party/openssl/ssl/record/ |
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() 399 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, 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() 599 BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s)) > 0) { in dtls1_read_bytes() 602 BIO_clear_retry_flags(SSL_get_rbio(s)); in dtls1_read_bytes() [all …]
|
D | rec_layer_s3.c | 1646 rbio = SSL_get_rbio(s); in ssl3_read_bytes() 1738 bio = SSL_get_rbio(s); in ssl3_read_bytes()
|
D | ssl3_record.c | 1846 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) { in dtls1_get_record()
|
/third_party/openssl/doc/man3/ |
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
|
D | SSL_set_bio.pod | 95 L<SSL_get_rbio(3)>,
|
/third_party/openssl/ssl/ |
D | d1_lib.c | 283 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_start_timer() 358 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_stop_timer() 464 rbio = SSL_get_rbio(s); in DTLSv1_listen()
|
D | bio_ssl.c | 291 bio = SSL_get_rbio(ssl); in ssl_ctrl()
|
D | ssl_lib.c | 1298 if (rbio == SSL_get_rbio(s) && wbio == SSL_get_wbio(s)) in SSL_set_bio() 1311 if (rbio == SSL_get_rbio(s)) { in SSL_set_bio() 1320 if (wbio == SSL_get_wbio(s) && SSL_get_rbio(s) != SSL_get_wbio(s)) { in SSL_set_bio() 1330 BIO *SSL_get_rbio(const SSL *s) in SSL_get_rbio() function 1357 b = SSL_get_rbio(s); in SSL_get_rfd() 1406 BIO *rbio = SSL_get_rbio(s); in SSL_set_wfd() 3841 bio = SSL_get_rbio(s); in SSL_get_error()
|
/third_party/openssl/test/ |
D | recordlentest.c | 126 serverbio = SSL_get_rbio(serverssl); in test_record_overflow()
|
D | dtls_mtu_test.c | 70 || !TEST_ptr(sc_bio = SSL_get_rbio(srvr_ssl)) in mtu_test()
|
D | ssl_old_test.c | 2158 && BIO_get_ktls_recv(SSL_get_rbio(s_ssl))) in doit_localhost() 2162 else if (BIO_get_ktls_recv(SSL_get_rbio(s_ssl))) in doit_localhost() 2166 && BIO_get_ktls_recv(SSL_get_rbio(c_ssl))) in doit_localhost() 2170 else if (BIO_get_ktls_recv(SSL_get_rbio(c_ssl))) in doit_localhost()
|
D | sslapitest.c | 3374 rbio = SSL_get_rbio(serverssl); in test_early_data_read_write() 7893 c2s = SSL_get_rbio(serverssl); in test_incorrect_shutdown() 9097 rbio = SSL_get_rbio(clientssl); in test_ssl_dup()
|
/third_party/openssl/apps/ |
D | s_server.c | 2454 BIO_set_callback_ex(SSL_get_rbio(con), count_reads_callback); in sv_body() 2739 BIO_set_callback_arg(SSL_get_rbio(con), (char *)&read_counter); in sv_body() 2741 BIO_set_callback_arg(SSL_get_rbio(con), NULL); in sv_body() 3025 if (BIO_get_ktls_recv(SSL_get_rbio(con))) in print_connection_info() 3124 BIO_set_callback_ex(SSL_get_rbio(con), bio_dump_callback); in www_body() 3125 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in www_body() 3549 BIO_set_callback_ex(SSL_get_rbio(con), bio_dump_callback); in rev_body() 3550 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in rev_body()
|
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()
|
/third_party/openssl/ssl/statem/ |
D | statem_dtls.c | 1043 BIO_clear_retry_flags(SSL_get_rbio(s)); in dtls_wait_for_dry() 1044 BIO_set_retry_read(SSL_get_rbio(s)); in dtls_wait_for_dry() 1068 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
|
D | statem_clnt.c | 393 rbio = SSL_get_rbio(s); in ossl_statem_client_read_transition()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 1492 BIO *SSL_get_rbio(const SSL *ssl);
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 388 coap_ssl_data *data = (coap_ssl_data*)BIO_get_data(SSL_get_rbio(ssl)); in coap_dtls_generate_cookie() 2770 data = (coap_ssl_data*)BIO_get_data(SSL_get_rbio(ssl)); in coap_dtls_new_server_session() 2995 ssl_data = (coap_ssl_data*)BIO_get_data(SSL_get_rbio(ssl)); in coap_dtls_get_timeout() 3017 ssl_data = (coap_ssl_data*)BIO_get_data(SSL_get_rbio(dtls->ssl)); in coap_dtls_hello() 3056 ssl_data = (coap_ssl_data*)BIO_get_data(SSL_get_rbio(ssl)); in coap_dtls_receive()
|
/third_party/python/Modules/ |
D | _ssl.c | 882 BIO_set_nbio(SSL_get_rbio(self->ssl), 1); in newPySSLSocket() 946 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_do_handshake_impl() 2323 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_write_impl() 2490 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_read_impl() 2589 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_shutdown_impl()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 662 bio = SSL_get_rbio(wsi->tls.ssl);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ssl.rs | 489 pub fn SSL_get_rbio(ssl: *const SSL) -> *mut BIO; in SSL_get_rbio() function
|
/third_party/openssl/util/ |
D | libssl.num | 261 SSL_get_rbio 262 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/apps/lib/ |
D | s_cb.c | 780 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer); in generate_stateless_cookie_callback()
|
/third_party/openssl/doc/ |
D | build.info | 2478 DEPEND[html/man3/SSL_get_rbio.html]=man3/SSL_get_rbio.pod 2479 GENERATE[html/man3/SSL_get_rbio.html]=man3/SSL_get_rbio.pod 2480 DEPEND[man/man3/SSL_get_rbio.3]=man3/SSL_get_rbio.pod 2481 GENERATE[man/man3/SSL_get_rbio.3]=man3/SSL_get_rbio.pod 3357 html/man3/SSL_get_rbio.html \ 3953 man/man3/SSL_get_rbio.3 \
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 1546 __owur BIO *SSL_get_rbio(const SSL *s);
|