Searched refs:testresult (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Ddtlstest.c48 int testresult = 0; local
101 testresult = 1;
108 return testresult;
114 int testresult = 0; local
134 testresult = 1;
143 if (!testresult)
146 return testresult;
H A Dclienthellotest.c102 int testresult = 0; local
119 testresult = 0;
190 testresult = 1;
205 if (!testresult) {
218 return testresult?0:1;
H A Dsslv2conftest.c86 int testresult = 0; local
209 testresult = 1;
216 if (!testresult) {
230 return testresult ? EXIT_SUCCESS : EXIT_FAILURE;
H A Dbad_dtls_test.c760 int testresult = 0; local
902 testresult=1;
914 if (!testresult) {
925 return testresult?0:1;

Completed in 104 milliseconds