Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl/dist/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()
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 …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/
H A Drec_layer_d1.c170 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_buffer_record()
173 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO, in dtls1_buffer_record()
272 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()
534 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_read_bytes()
536 && !BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) { in dtls1_read_bytes()
597 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) && in dtls1_read_bytes()
598 BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s))) { in dtls1_read_bytes()
601 BIO_clear_retry_flags(SSL_get_rbio(s)); in dtls1_read_bytes()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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)>,
/netbsd-src/crypto/external/bsd/openssl.old/dist/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.pod97 L<SSL_get_rbio(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A 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()
470 rbio = SSL_get_rbio(s); in DTLSv1_listen()
H A Dbio_ssl.c291 bio = SSL_get_rbio(ssl); in ssl_ctrl()
/netbsd-src/crypto/external/bsd/openssl/dist/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 Dsslbuffertest.c237 tmp = SSL_get_rbio(serverssl); in test_free_buffers()
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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_client.c1132 tls_set_bio_callback(SSL_get_rbio(TLScontext->con), tls_bio_dump_cb); in tls_client_start()
1183 tls_set_bio_callback(SSL_get_rbio(TLScontext->con), 0); in tls_client_post_connect()
H A Dtls_server.c905 tls_set_bio_callback(SSL_get_rbio(TLScontext->con), tls_bio_dump_cb); in tls_server_start()
955 tls_set_bio_callback(SSL_get_rbio(TLScontext->con), 0); in tls_server_post_accept()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_dtls.c960 BIO_clear_retry_flags(SSL_get_rbio(s)); in dtls_wait_for_dry()
961 BIO_set_retry_read(SSL_get_rbio(s)); in dtls_wait_for_dry()
986 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2380 BIO_set_callback(SSL_get_rbio(con), count_reads_callback); in sv_body()
2679 BIO_set_callback_arg(SSL_get_rbio(con), (char *)&read_counter); in sv_body()
2681 BIO_set_callback_arg(SSL_get_rbio(con), NULL); in sv_body()
3062 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in www_body()
3063 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in www_body()
3433 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in rev_body()
3434 BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); in rev_body()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map272 SSL_get_rbio;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map356 SSL_get_rbio;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc392 SSL_get_rbio.3 \
/netbsd-src/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c560 rbio = SSL_get_rbio(bev_ssl->ssl); in init_bio_counts()
568 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl)); in decrement_buckets()

12