Home
last modified time | relevance | path

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

/openssl/test/
H A Dv3ext.c232 } extvalues[] = { variable
281 for (i = 0; i < OSSL_NELEM(extvalues); i++) { in test_ext_syntax()
283 BIO *extbio = BIO_new_mem_buf(extvalues[i].value, in test_ext_syntax()
284 strlen(extvalues[i].value)); in test_ext_syntax()
302 if (extvalues[i].pass) { in test_ext_syntax()
305 TEST_info("Value: %s", extvalues[i].value); in test_ext_syntax()
313 TEST_info("Value: %s", extvalues[i].value); in test_ext_syntax()

Completed in 5 milliseconds