Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dbio_core_test.c69 BIO *cbio = NULL, *cbiobad = NULL; in test_bio_core() local
83 || !TEST_ptr_null((cbiobad = BIO_new_from_core_bio(NULL, &corebio))) in test_bio_core()
103 BIO_free(cbiobad); in test_bio_core()