Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dv3ext.c327 } extvalues[] = { variable
376 for (i = 0; i < OSSL_NELEM(extvalues); i++) { in test_ext_syntax()
378 BIO *extbio = BIO_new_mem_buf(extvalues[i].value, in test_ext_syntax()
379 strlen(extvalues[i].value)); in test_ext_syntax()
397 if (extvalues[i].pass) { in test_ext_syntax()
400 TEST_info("Value: %s", extvalues[i].value); in test_ext_syntax()
408 TEST_info("Value: %s", extvalues[i].value); in test_ext_syntax()