Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/man3/
H A 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
H A DSSL_set_bio.pod110 L<SSL_get_rbio(3)>,
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c362 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && sc->d1->shutdown_received in dtls1_read_bytes()
363 && BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s)) <= 0) { in dtls1_read_bytes()
423 … if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s)) > 0) { in dtls1_read_bytes()
426 BIO_clear_retry_flags(SSL_get_rbio(s)); in dtls1_read_bytes()
427 BIO_set_retry_read(SSL_get_rbio(s)); in dtls1_read_bytes()
524 bio = SSL_get_rbio(s); in dtls1_read_bytes()
565 bio = SSL_get_rbio(s); in dtls1_read_bytes()
H A Drec_layer_s3.c965 rbio = SSL_get_rbio(ssl); in ssl3_read_bytes()
1059 bio = SSL_get_rbio(ssl); in ssl3_read_bytes()
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c300 bio = SSL_get_rbio(ssl); in ssl_ctrl()
331 ret = BIO_pending(SSL_get_rbio(ssl)); in ssl_ctrl()
339 if ((next != NULL) && (next != SSL_get_rbio(ssl))) { in ssl_ctrl()
395 ret = BIO_ctrl(SSL_get_rbio(ssl), cmd, num, ptr); in ssl_ctrl()
409 ret = BIO_ctrl(SSL_get_rbio(ssl), cmd, num, ptr); in ssl_ctrl()
425 ret = BIO_callback_ctrl(SSL_get_rbio(ssl), cmd, fp); in ssl_callback_ctrl()
H A Dd1_lib.c307 dtls1_bio_set_next_timeout(SSL_get_rbio(ssl), s->d1); in dtls1_start_timer()
445 rbio = SSL_get_rbio(ssl); in DTLSv1_listen()
H A Dssl_lib.c1599 if (rbio == SSL_get_rbio(s) && wbio == SSL_get_wbio(s)) in SSL_set_bio()
1614 if (rbio == SSL_get_rbio(s)) { in SSL_set_bio()
1623 if (wbio == SSL_get_wbio(s) && SSL_get_rbio(s) != SSL_get_wbio(s)) { in SSL_set_bio()
1633 BIO *SSL_get_rbio(const SSL *s) in SSL_get_rbio() function
1680 b = SSL_get_rbio(s); in SSL_get_rfd()
1735 BIO *rbio = SSL_get_rbio(s); in SSL_set_wfd()
4863 bio = SSL_get_rbio(s); in ossl_ssl_get_error()
/freebsd/crypto/openssl/test/
H A Drecordlentest.c126 serverbio = SSL_get_rbio(serverssl); in test_record_overflow()
H A Ddtls_mtu_test.c72 || !TEST_ptr(sc_bio = SSL_get_rbio(srvr_ssl)) in mtu_test()
H A Dsslbuffertest.c256 tmp = SSL_get_rbio(serverssl); in test_free_buffers()
H A Dssl_old_test.c2157 && BIO_get_ktls_recv(SSL_get_rbio(s_ssl))) in doit_localhost()
2161 else if (BIO_get_ktls_recv(SSL_get_rbio(s_ssl))) in doit_localhost()
2165 && BIO_get_ktls_recv(SSL_get_rbio(c_ssl))) in doit_localhost()
2169 else if (BIO_get_ktls_recv(SSL_get_rbio(c_ssl))) in doit_localhost()
H A Dquicapitest.c855 if (!TEST_ptr(bio = SSL_get_rbio(ssl))) in test_quic_set_fd()
862 if (!TEST_ptr(bio = SSL_get_rbio(ssl))) in test_quic_set_fd()
871 if (!TEST_ptr_null(SSL_get_rbio(ssl))) in test_quic_set_fd()
/freebsd/crypto/openssl/apps/
H A Ds_server.c2667 BIO_set_callback_ex(SSL_get_rbio(con), count_reads_callback); in sv_body()
2947 BIO_set_callback_arg(SSL_get_rbio(con), (char *)&read_counter); in sv_body()
2949 BIO_set_callback_arg(SSL_get_rbio(con), NULL); in sv_body()
3248 if (BIO_get_ktls_recv(SSL_get_rbio(con))) in print_connection_info()
3354 BIO_set_callback_ex(SSL_get_rbio(con), bio_dump_callback); in www_body()
3355 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in www_body()
3796 BIO_set_callback_ex(SSL_get_rbio(con), bio_dump_callback); in rev_body()
3797 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in rev_body()
H A Ds_client.c3576 BIO_number_read(SSL_get_rbio(s)), in print_stuff()
3606 if (BIO_get_ktls_recv(SSL_get_rbio(s))) in print_stuff()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c1056 BIO_clear_retry_flags(SSL_get_rbio(ssl)); in dtls_wait_for_dry()
1057 BIO_set_retry_read(SSL_get_rbio(ssl)); in dtls_wait_for_dry()
1082 BIO_set_flags(SSL_get_rbio(ssl), BIO_FLAGS_READ); in dtls1_read_failed()
/freebsd/secure/lib/libssl/
H A DVersion.map272 SSL_get_rbio;
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c990 dst_bio = SSL_get_rbio(dst_ssl); in DEF_FUNC()
991 src_bio = SSL_get_rbio(src_ssl); in DEF_FUNC()
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c646 ret = BIO_get_ktls_recv(SSL_get_rbio(ssl)); in rpctls_connect()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c557 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/contrib/libevent/
H A Dbufferevent_openssl.c557 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/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c836 ret = BIO_get_ktls_recv(SSL_get_rbio(ssl)); in rpctls_server()
/freebsd/crypto/openssl/test/helpers/
H A Dquictestlib.c483 if (BIO_pending(SSL_get_rbio(s)) > 0 in qtest_wait_for_timeout()
/freebsd/crypto/openssl/util/
H A Dlibssl.num261 SSL_get_rbio 262 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c867 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer); in generate_stateless_cookie_callback()
/freebsd/crypto/openssl/doc/
H A Dbuild.info2690 DEPEND[html/man3/SSL_get_rbio.html]=man3/SSL_get_rbio.pod
2691 GENERATE[html/man3/SSL_get_rbio.html]=man3/SSL_get_rbio.pod
2692 DEPEND[man/man3/SSL_get_rbio.3]=man3/SSL_get_rbio.pod
2693 GENERATE[man/man3/SSL_get_rbio.3]=man3/SSL_get_rbio.pod
3736 html/man3/SSL_get_rbio.html \
4412 man/man3/SSL_get_rbio.3 \

12