Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dv3ext.c374 BIO *extbio = BIO_new_mem_buf(extvalues[i].value, in test_ext_syntax() local
379 if (!TEST_ptr(extbio)) in test_ext_syntax()
384 BIO_free(extbio); in test_ext_syntax()
387 if (!TEST_long_gt(NCONF_load_bio(conf, extbio, &eline), 0)) { in test_ext_syntax()
411 BIO_free(extbio); in test_ext_syntax()