Home
last modified time | relevance | path

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

12

/third_party/openssl/ssl/record/
Drec_layer_d1.c173 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 …]
Drec_layer_s3.c1646 rbio = SSL_get_rbio(s); in ssl3_read_bytes()
1738 bio = SSL_get_rbio(s); in ssl3_read_bytes()
Dssl3_record.c1846 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) { in dtls1_get_record()
/third_party/openssl/doc/man3/
DSSL_get_rbio.pod5 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
DSSL_set_bio.pod95 L<SSL_get_rbio(3)>,
/third_party/openssl/ssl/
Dd1_lib.c283 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()
Dbio_ssl.c291 bio = SSL_get_rbio(ssl); in ssl_ctrl()
Dssl_lib.c1298 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/
Drecordlentest.c126 serverbio = SSL_get_rbio(serverssl); in test_record_overflow()
Ddtls_mtu_test.c70 || !TEST_ptr(sc_bio = SSL_get_rbio(srvr_ssl)) in mtu_test()
Dssl_old_test.c2158 && 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()
Dsslapitest.c3374 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/
Ds_server.c2454 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()
Ds_client.c3232 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/
Dstatem_dtls.c1043 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()
Dstatem_clnt.c393 rbio = SSL_get_rbio(s); in ossl_statem_client_read_transition()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1492 BIO *SSL_get_rbio(const SSL *ssl);
/third_party/libcoap/src/
Dcoap_openssl.c388 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.c882 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/
Dopenssl-server.c662 bio = SSL_get_rbio(wsi->tls.ssl);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs489 pub fn SSL_get_rbio(ssl: *const SSL) -> *mut BIO; in SSL_get_rbio() function
/third_party/openssl/util/
Dlibssl.num261 SSL_get_rbio 262 3_0_0 EXIST::FUNCTION:
/third_party/openssl/apps/lib/
Ds_cb.c780 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer); in generate_stateless_cookie_callback()
/third_party/openssl/doc/
Dbuild.info2478 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/
Dssl.h1546 __owur BIO *SSL_get_rbio(const SSL *s);

12