Searched refs:ssl_test_ctx_options (Results 1 – 1 of 1) sorted by relevance
647 static const ssl_test_ctx_option ssl_test_ctx_options[] = { variable870 for (j = 0; j < OSSL_NELEM(ssl_test_ctx_options); j++) { in SSL_TEST_CTX_create()871 if (strcmp(option->name, ssl_test_ctx_options[j].name) == 0) { in SSL_TEST_CTX_create()872 if (!ssl_test_ctx_options[j].parse(ctx, option->value)) { in SSL_TEST_CTX_create()