Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dv3ext.c369 BIO *extbio = BIO_new_mem_buf(extvalues[i].value, in test_ext_syntax() local
374 if (!TEST_ptr(extbio)) in test_ext_syntax()
379 BIO_free(extbio); in test_ext_syntax()
382 if (!TEST_long_gt(NCONF_load_bio(conf, extbio, &eline), 0)) { in test_ext_syntax()
406 BIO_free(extbio); in test_ext_syntax()

Completed in 1 milliseconds