Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquicapitest.c905 BIO *cbio = NULL, *strbio = NULL, *thisbio; in test_bio_ssl() local
1007 thisbio = strbio = BIO_new(BIO_f_ssl()); in test_bio_ssl()
1008 if (!TEST_ptr(strbio)) in test_bio_ssl()
1024 BIO_free_all(strbio); in test_bio_ssl()