Home
last modified time | relevance | path

Searched refs:meth1 (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
23 if (!TEST_ptr(meth1 = BIO_meth_new(id, "Method1")) in test_bio_meth()
26 || !TEST_ptr(bio1 = BIO_new(meth1)) in test_bio_meth()
63 BIO_meth_free(meth1); in test_bio_meth()

Completed in 3 milliseconds