/third_party/node/deps/openssl/openssl/ssl/ |
H A D | d1_lib.c | 266 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in dtls1_start_timer() 391 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL); in dtls1_check_timeout_num() 482 wbio = SSL_get_wbio(s); in DTLSv1_listen() 883 wbio = SSL_get_wbio(s); in dtls1_shutdown() 891 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, in dtls1_shutdown() 897 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL); in dtls1_shutdown() 906 s->d1->link_mtu - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); in dtls1_query_mtu() 914 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); in dtls1_query_mtu() 923 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, in dtls1_query_mtu() 940 return dtls1_link_min_mtu() - BIO_dgram_get_mtu_overhead(SSL_get_wbio( in dtls1_min_mtu() [all...] |
H A D | ssl_lib.c | 1384 if (rbio == SSL_get_rbio(s) && wbio == SSL_get_wbio(s)) in SSL_set_bio() 1406 if (wbio == SSL_get_wbio(s) && SSL_get_rbio(s) != SSL_get_wbio(s)) { in SSL_set_bio() 1421 BIO *SSL_get_wbio(const SSL *s) in SSL_get_wbio() function 1455 b = SSL_get_wbio(s); in SSL_get_wfd() 1522 BIO *wbio = SSL_get_wbio(s); in SSL_set_rfd() 4866 b = SSL_get_wbio(ssl); in SSL_set_record_padding_callback()
|
/third_party/openssl/ssl/ |
H A D | d1_lib.c | 249 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in dtls1_start_timer() 374 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL); in dtls1_check_timeout_num() 465 wbio = SSL_get_wbio(s); in DTLSv1_listen() 866 wbio = SSL_get_wbio(s); in dtls1_shutdown() 874 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, in dtls1_shutdown() 880 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL); in dtls1_shutdown() 889 s->d1->link_mtu - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); in dtls1_query_mtu() 897 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); in dtls1_query_mtu() 906 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, in dtls1_query_mtu() 923 return dtls1_link_min_mtu() - BIO_dgram_get_mtu_overhead(SSL_get_wbio( in dtls1_min_mtu() [all...] |
H A D | ssl_lib.c | 1302 if (rbio == SSL_get_rbio(s) && wbio == SSL_get_wbio(s)) in SSL_set_bio() 1324 if (wbio == SSL_get_wbio(s) && SSL_get_rbio(s) != SSL_get_wbio(s)) { in SSL_set_bio() 1339 BIO *SSL_get_wbio(const SSL *s) in SSL_get_wbio() function 1373 b = SSL_get_wbio(s); in SSL_get_wfd() 1440 BIO *wbio = SSL_get_wbio(s); in SSL_set_rfd() 4747 b = SSL_get_wbio(ssl); in SSL_set_record_padding_callback()
|
/third_party/openssl/test/ |
H A D | dtlstest.c | 116 c_to_s_mempacket = SSL_get_wbio(clientssl1); in test_dtls_unprocessed() 269 mempackbio = SSL_get_wbio(serverssl); in test_dtls_drop_records() 276 mempackbio = SSL_get_wbio(clientssl); in test_dtls_drop_records() 376 BIO_ctrl(SSL_get_wbio(clientssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL); in test_dtls_duplicate_records() 377 BIO_ctrl(SSL_get_wbio(serverssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL); in test_dtls_duplicate_records() 516 bio = SSL_get_wbio(cssl); in test_swap_records() 530 bio = SSL_get_wbio(sssl); in test_swap_records() 543 bio = SSL_get_wbio(sssl); in test_swap_records()
|
H A D | fatalerrtest.c | 50 wbio = SSL_get_wbio(cssl); in test_fatalerr()
|
H A D | ssl_old_test.c | 2157 if (BIO_get_ktls_send(SSL_get_wbio(s_ssl)) in doit_localhost() 2160 else if (BIO_get_ktls_send(SSL_get_wbio(s_ssl))) in doit_localhost() 2165 if (BIO_get_ktls_send(SSL_get_wbio(c_ssl)) in doit_localhost() 2168 else if (BIO_get_ktls_send(SSL_get_wbio(c_ssl))) in doit_localhost()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem.c | 346 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in state_machine() 351 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, in state_machine() 423 if (!SSL_IS_DTLS(s) || !BIO_dgram_is_sctp(SSL_get_wbio(s))) in state_machine() 480 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in state_machine() 485 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, in state_machine()
|
H A D | statem_clnt.c | 694 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in ossl_statem_client_pre_work() 823 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_client_post_work() 839 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_client_post_work() 1696 BIO_ctrl(SSL_get_wbio(s), in tls_process_server_hello() 3398 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in tls_client_key_exchange_post_work()
|
H A D | statem_dtls.c | 247 if (retry && BIO_ctrl(SSL_get_wbio(s), in dtls1_do_write() 1018 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); in dtls_wait_for_dry()
|
H A D | statem_srvr.c | 719 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in ossl_statem_server_pre_work() 878 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in ossl_statem_server_post_work() 924 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_server_post_work() 953 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_server_post_work() 3398 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in tls_post_process_client_key_exchange()
|
H A D | statem_lib.c | 811 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD, 1, NULL); in tls_process_change_cipher_spec() 1092 || BIO_dgram_is_sctp(SSL_get_wbio(s)) in tls_finish_handshake()
|
/third_party/openssl/ssl/statem/ |
H A D | statem.c | 341 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in state_machine() 346 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, in state_machine() 418 if (!SSL_IS_DTLS(s) || !BIO_dgram_is_sctp(SSL_get_wbio(s))) in state_machine() 475 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in state_machine() 480 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, in state_machine()
|
H A D | statem_clnt.c | 694 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in ossl_statem_client_pre_work() 823 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_client_post_work() 839 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_client_post_work() 1688 BIO_ctrl(SSL_get_wbio(s), in tls_process_server_hello() 3390 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in tls_client_key_exchange_post_work()
|
H A D | statem_dtls.c | 251 if (retry && BIO_ctrl(SSL_get_wbio(s), in dtls1_do_write() 1022 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); in dtls_wait_for_dry()
|
H A D | statem_srvr.c | 718 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in ossl_statem_server_pre_work() 877 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in ossl_statem_server_post_work() 923 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_server_post_work() 952 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_server_post_work() 3377 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in tls_post_process_client_key_exchange()
|
H A D | statem_lib.c | 776 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD, 1, NULL); in tls_process_change_cipher_spec() 1057 || BIO_dgram_is_sctp(SSL_get_wbio(s)) in tls_finish_handshake()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
H A D | ssl.h | 1595 BIO *SSL_get_wbio(const SSL *ssl);
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 2661 BIO_write(SSL_get_wbio(con), str, sizeof(str) -1); in sv_body() 2868 wbio = SSL_get_wbio(con); in init_ssl_connection() 3029 if (BIO_get_ktls_send(SSL_get_wbio(con))) in print_connection_info() 3390 if (use_sendfile_for_req && !BIO_get_ktls_send(SSL_get_wbio(con))) { in www_body()
|
H A D | s_client.c | 3233 BIO_number_written(SSL_get_wbio(s))); in print_stuff() 3258 if (BIO_get_ktls_send(SSL_get_wbio(s))) in print_stuff()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 2656 BIO_write(SSL_get_wbio(con), str, sizeof(str) -1); in sv_body() 2863 wbio = SSL_get_wbio(con); in init_ssl_connection() 3024 if (BIO_get_ktls_send(SSL_get_wbio(con))) in print_connection_info() 3385 if (use_sendfile_for_req && !BIO_get_ktls_send(SSL_get_wbio(con))) { in www_body()
|
H A D | s_client.c | 3233 BIO_number_written(SSL_get_wbio(s))); in print_stuff() 3258 if (BIO_get_ktls_send(SSL_get_wbio(s))) in print_stuff()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-server.c | 687 bio = SSL_get_wbio(wsi->tls.ssl);
|
/third_party/python/Modules/ |
H A D | _ssl.c | 887 BIO_set_nbio(SSL_get_wbio(self->ssl), 1); in newPySSLSocket() 951 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_do_handshake_impl() 2361 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_write_impl() 2530 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_read_impl() 2630 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_shutdown_impl()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 490 pub fn SSL_get_wbio(ssl: *const SSL) -> *mut BIO; in SSL_get_wbio() functions
|