Home
last modified time | relevance | path

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

/openssl/test/
H A Dssl_old_test.c198 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()
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()
[all …]

Completed in 13 milliseconds