Lines Matching defs:wbio
1107 if (!BIO_get_ktls_send(clientssl->wbio)) {
1117 if (!BIO_get_ktls_send(serverssl->wbio)) {
1127 if (!BIO_get_ktls_recv(clientssl->wbio)) {
1137 if (!BIO_get_ktls_recv(serverssl->wbio)) {
1215 if (!TEST_false(BIO_get_ktls_send(clientssl->wbio)))
1218 if (BIO_get_ktls_send(clientssl->wbio))
1223 if (!TEST_false(BIO_get_ktls_send(serverssl->wbio)))
1226 if (BIO_get_ktls_send(serverssl->wbio))
1342 if (!BIO_get_ktls_send(serverssl->wbio)) {
2880 * various combinations of valid BIOs or NULL being set for the rbio/wbio. We
3033 /* Verify changing the rbio/wbio directly does not cause leaks */
3950 BIO *wbio = SSL_get_wbio(clientssl);
3969 if (!TEST_true(BIO_write_ex(wbio, bad_early_data,
6949 BIO *rbio, *wbio;
6965 wbio = BIO_new(BIO_s_mem());
6966 if (!TEST_ptr(rbio)|| !TEST_ptr(wbio)) {
6968 BIO_free(wbio);
6972 SSL_set_bio(con, rbio, wbio);
6979 if (!TEST_true(get_MFL_from_client_hello(wbio, &MFL_mode)))
9422 BIO *rbio = NULL, *wbio = NULL;
9447 wbio = SSL_get_wbio(clientssl);
9448 if (!TEST_ptr(wbio) || !TEST_true(BIO_up_ref(wbio)))
9450 SSL_set0_wbio(client2ssl, wbio);