Home
last modified time | relevance | path

Searched refs:thisbio (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dquicapitest.c840 BIO *cbio = NULL, *strbio = NULL, *thisbio; in test_bio_ssl() local
906 for (i = 0, thisbio = cbio; i < 2; i++) { in test_bio_ssl()
917 if (!TEST_true(BIO_read_ex(thisbio, buf, sizeof(buf), &readbytes)) in test_bio_ssl()
941 thisbio = strbio = BIO_new(BIO_f_ssl()); in test_bio_ssl()
945 if (!TEST_int_eq(BIO_set_ssl(thisbio, stream, BIO_CLOSE), 1)) in test_bio_ssl()
949 if (!TEST_true(BIO_write_ex(thisbio, msg, msglen, &written))) in test_bio_ssl()
/openssl/ssl/record/
H A Drec_layer_s3.c1249 BIO *thisbio; in ssl_set_new_record_layer() local
1265 thisbio = s->rbio; in ssl_set_new_record_layer()
1269 thisbio = s->wbio; in ssl_set_new_record_layer()
1419 thisbio, next, NULL, NULL, settings, in ssl_set_new_record_layer()

Completed in 12 milliseconds