Lines Matching refs:should_negotiate
198 static const char *should_negotiate; variable
1166 should_negotiate = *(++argv); in main()
1844 if (should_negotiate && ret == EXIT_SUCCESS && in main()
1845 strcmp(should_negotiate, "fail-server") != 0 && in main()
1846 strcmp(should_negotiate, "fail-client") != 0) { in main()
1847 int version = protocol_from_string(should_negotiate); in main()
1849 BIO_printf(bio_err, "Error parsing: %s\n", should_negotiate); in main()
1855 "Expected: %s, got %s\n", should_negotiate, SSL_get_version(c_ssl)); in main()
2221 if (should_negotiate != NULL && strcmp(should_negotiate, "fail-client") == 0) in doit_localhost()
2223 else if (should_negotiate != NULL && strcmp(should_negotiate, "fail-server") == 0) in doit_localhost()
2596 if (should_negotiate != NULL && strcmp(should_negotiate, "fail-client") == 0) in doit_biopair()
2598 else if (should_negotiate != NULL && strcmp(should_negotiate, "fail-server") == 0) in doit_biopair()
2883 if (should_negotiate != NULL && strcmp(should_negotiate, "fail-client") == 0) in doit()
2885 else if (should_negotiate != NULL && strcmp(should_negotiate, "fail-server") == 0) in doit()