Lines Matching refs:should_negotiate
197 static const char *should_negotiate; variable
1131 should_negotiate = *(++argv); in main()
1786 if (should_negotiate && ret == EXIT_SUCCESS && in main()
1787 strcmp(should_negotiate, "fail-server") != 0 && in main()
1788 strcmp(should_negotiate, "fail-client") != 0) { in main()
1789 int version = protocol_from_string(should_negotiate); in main()
1791 BIO_printf(bio_err, "Error parsing: %s\n", should_negotiate); in main()
1797 "Expected: %s, got %s\n", should_negotiate, SSL_get_version(c_ssl)); in main()
2147 if (should_negotiate != NULL && strcmp(should_negotiate, "fail-client") == 0) in doit_localhost()
2149 else if (should_negotiate != NULL && strcmp(should_negotiate, "fail-server") == 0) in doit_localhost()
2522 if (should_negotiate != NULL && strcmp(should_negotiate, "fail-client") == 0) in doit_biopair()
2524 else if (should_negotiate != NULL && strcmp(should_negotiate, "fail-server") == 0) in doit_biopair()
2809 if (should_negotiate != NULL && strcmp(should_negotiate, "fail-client") == 0) in doit()
2811 else if (should_negotiate != NULL && strcmp(should_negotiate, "fail-server") == 0) in doit()