Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_meth_test.c17 BIO *membio = NULL, *bio1 = NULL, *bio2 = NULL, *bio3 = NULL; in test_bio_meth() local
28 || !TEST_ptr(bio3 = BIO_new(meth3)) in test_bio_meth()
32 BIO_set_next(bio3, bio2); in test_bio_meth()
45 if (!TEST_ptr_eq(BIO_find_type(bio3, BIO_TYPE_MEM), membio) in test_bio_meth()
46 || !TEST_ptr_eq(BIO_find_type(bio3, id), bio1)) in test_bio_meth()
50 if (!TEST_ptr_null(BIO_find_type(bio3, BIO_TYPE_NONE))) in test_bio_meth()
53 if (!TEST_ptr_eq(BIO_find_type(bio3, BIO_TYPE_FILTER), bio3)) in test_bio_meth()
58 BIO_free(bio3); in test_bio_meth()

Completed in 4 milliseconds