Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c650 static const ssl_test_ctx_option ssl_test_ctx_options[] = { variable
878 for (j = 0; j < OSSL_NELEM(ssl_test_ctx_options); j++) { in SSL_TEST_CTX_create()
879 if (strcmp(option->name, ssl_test_ctx_options[j].name) == 0) { in SSL_TEST_CTX_create()
880 if (!ssl_test_ctx_options[j].parse(ctx, option->value)) { in SSL_TEST_CTX_create()