Lines Matching refs:wbio
1085 if (!BIO_get_ktls_send(clientsc->wbio)) { in ping_pong_query()
1095 if (!BIO_get_ktls_send(serversc->wbio)) { in ping_pong_query()
1105 if (!BIO_get_ktls_recv(clientsc->wbio)) { in ping_pong_query()
1115 if (!BIO_get_ktls_recv(serversc->wbio)) { in ping_pong_query()
1202 if (!TEST_false(BIO_get_ktls_send(clientsc->wbio))) in execute_test_ktls()
1205 if (BIO_get_ktls_send(clientsc->wbio)) in execute_test_ktls()
1210 if (!TEST_false(BIO_get_ktls_send(serversc->wbio))) in execute_test_ktls()
1213 if (BIO_get_ktls_send(serversc->wbio)) in execute_test_ktls()
1371 if (!BIO_get_ktls_send(serversc->wbio)) { in execute_test_ktls_sendfile()
4041 BIO *wbio = SSL_get_wbio(clientssl); in early_data_skip_helper() local
4060 if (!TEST_true(BIO_write_ex(wbio, bad_early_data, in early_data_skip_helper()
7330 BIO *rbio, *wbio; in test_max_fragment_len_ext() local
7346 wbio = BIO_new(BIO_s_mem()); in test_max_fragment_len_ext()
7347 if (!TEST_ptr(rbio)|| !TEST_ptr(wbio)) { in test_max_fragment_len_ext()
7349 BIO_free(wbio); in test_max_fragment_len_ext()
7353 SSL_set_bio(con, rbio, wbio); in test_max_fragment_len_ext()
7360 if (!TEST_true(get_MFL_from_client_hello(wbio, &MFL_mode))) in test_max_fragment_len_ext()
10157 BIO *rbio = NULL, *wbio = NULL; in test_ssl_dup() local
10182 wbio = SSL_get_wbio(clientssl); in test_ssl_dup()
10183 if (!TEST_ptr(wbio) || !TEST_true(BIO_up_ref(wbio))) in test_ssl_dup()
10185 SSL_set0_wbio(client2ssl, wbio); in test_ssl_dup()