Lines Matching refs:j
827 size_t j; in parse_client_options() local
835 for (j = 0; j < OSSL_NELEM(ssl_test_client_options); j++) { in parse_client_options()
836 if (strcmp(option->name, ssl_test_client_options[j].name) == 0) { in parse_client_options()
837 if (!ssl_test_client_options[j].parse(client, option->value)) { in parse_client_options()
860 size_t j; in parse_server_options() local
868 for (j = 0; j < OSSL_NELEM(ssl_test_server_options); j++) { in parse_server_options()
869 if (strcmp(option->name, ssl_test_server_options[j].name) == 0) { in parse_server_options()
870 if (!ssl_test_server_options[j].parse(server, option->value)) { in parse_server_options()
894 size_t j; in SSL_TEST_CTX_create() local
927 for (j = 0; j < OSSL_NELEM(ssl_test_ctx_options); j++) { in SSL_TEST_CTX_create()
928 if (strcmp(option->name, ssl_test_ctx_options[j].name) == 0) { in SSL_TEST_CTX_create()
929 if (!ssl_test_ctx_options[j].parse(ctx, option->value)) { in SSL_TEST_CTX_create()