Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_meth_test.c16 BIO_METHOD *meth1 = NULL, *meth2 = NULL, *meth3 = NULL; in test_bio_meth() local
25 || !TEST_ptr(meth3 = BIO_meth_new(BIO_TYPE_NONE|BIO_TYPE_FILTER, "Method3")) in test_bio_meth()
28 || !TEST_ptr(bio3 = BIO_new(meth3)) in test_bio_meth()
61 BIO_meth_free(meth3); in test_bio_meth()

Completed in 3 milliseconds