Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds