Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c689 static const ssl_test_client_option ssl_test_client_options[] = { variable
786 for (j = 0; j < OSSL_NELEM(ssl_test_client_options); j++) { in parse_client_options()
787 if (strcmp(option->name, ssl_test_client_options[j].name) == 0) { in parse_client_options()
788 if (!ssl_test_client_options[j].parse(client, option->value)) { in parse_client_options()