Searched refs:ssl_test_server_options (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test_ctx.c705 static const ssl_test_server_option ssl_test_server_options[] = { variable
812 for (j = 0; j < OSSL_NELEM(ssl_test_server_options); j++) {
813 if (strcmp(option->name, ssl_test_server_options[j].name) == 0) {
814 if (!ssl_test_server_options[j].parse(server, option->value)) {
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssl_test_ctx.c709 static const ssl_test_server_option ssl_test_server_options[] = { variable
819 for (j = 0; j < OSSL_NELEM(ssl_test_server_options); j++) {
820 if (strcmp(option->name, ssl_test_server_options[j].name) == 0) {
821 if (!ssl_test_server_options[j].parse(server, option->value)) {

Completed in 196 milliseconds