Home
last modified time | relevance | path

Searched refs:SSL_get_rbio (Results 1 – 25 of 30) 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.pod95 L<SSL_get_rbio(3)>,
/freebsd/crypto/openssl/ssl/record/
H A 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()
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 Drec_layer_s3.c1636 rbio = SSL_get_rbio(s); in ssl3_read_bytes()
1728 bio = SSL_get_rbio(s); in ssl3_read_bytes()
H A Dssl3_record.c1872 if (!BIO_dgram_is_sctp(SSL_get_rbio(s))) { in dtls1_get_record()
/freebsd/crypto/openssl/test/
H A Drecordlentest.c126 serverbio = SSL_get_rbio(serverssl); in test_record_overflow()
H A Ddtls_mtu_test.c70 || !TEST_ptr(sc_bio = SSL_get_rbio(srvr_ssl)) in mtu_test()
H A Dssl_old_test.c2162 && 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 Dsslapitest.c3568 rbio = SSL_get_rbio(serverssl); in test_early_data_read_write()
8140 c2s = SSL_get_rbio(serverssl); in test_incorrect_shutdown()
9344 rbio = SSL_get_rbio(clientssl); in test_ssl_dup()
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c300 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 Dbio_ssl.c291 bio = SSL_get_rbio(ssl); in ssl_ctrl()
H A Dssl_lib.c1317 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()
3860 bio = SSL_get_rbio(s); in SSL_get_error()
/freebsd/crypto/openssl/apps/
H A Ds_server.c2460 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 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()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c1039 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()
H A Dstatem_clnt.c393 rbio = SSL_get_rbio(s); in ossl_statem_client_read_transition()
/freebsd/secure/lib/libssl/
H A DVersion.map272 SSL_get_rbio;
/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.tlsclntd/
H A Drpc.tlsclntd.c728 ret = BIO_get_ktls_recv(SSL_get_rbio(ssl)); in rpctls_connect()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c881 ret = BIO_get_ktls_recv(SSL_get_rbio(ssl)); in rpctls_server()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c780 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), peer); in generate_stateless_cookie_callback()
/freebsd/crypto/openssl/util/
H A Dlibssl.num261 SSL_get_rbio 262 3_0_0 EXIST::FUNCTION:
/freebsd/contrib/unbound/util/
H A Dnetevent.c1362 BIO_set_callback_ex(SSL_get_rbio(ssl), &win_bio_cb);
1364 BIO_set_callback(SSL_get_rbio(ssl), &win_bio_cb);
1366 BIO_set_callback_arg(SSL_get_rbio(ssl), (char*)c->ev->ev);
/freebsd/crypto/openssl/doc/
H A Dbuild.info2514 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 \

12