Home | History | Annotate | Download | only in test

Lines Matching defs:cbio

905     BIO *cbio = NULL, *strbio = NULL, *thisbio;
915 cbio = BIO_new_ssl(cctx, 1);
916 if (!TEST_ptr(cbio))
923 if (!TEST_int_eq(BIO_get_ssl(cbio, &clientquic), 1))
936 retc = BIO_write_ex(cbio, msg, msglen, &written);
938 if (BIO_should_retry(cbio))
939 err = BIO_retry_type(cbio);
972 for (i = 0, thisbio = cbio; i < 2; i++) {
1023 BIO_free_all(cbio);
2729 BIO *cbio = NULL, *sbio = NULL;
2735 if (!TEST_true(BIO_new_bio_dgram_pair(&cbio, 0, &sbio, 0)))
2755 if (!TEST_true(bio_addr_bind(cbio, addr)))
2763 SSL_set_bio(*cssl, cbio, cbio);
2764 cbio = NULL;
2774 BIO_free(cbio);