Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dclienthellotest.c59 static int test_client_hello(int currtest) in test_client_hello() argument
76 if (currtest == TEST_ADD_PADDING_AND_PSK) in test_client_hello()
94 switch(currtest) { in test_client_hello()
127 if (currtest == TEST_ADD_PADDING) { in test_client_hello()
152 if (currtest == TEST_ADD_PADDING_AND_PSK) { in test_client_hello()
183 if (currtest == TEST_SET_SESSION_TICK_DATA_VER_NEG) { in test_client_hello()
225 if (currtest == TEST_SET_SESSION_TICK_DATA_VER_NEG) { in test_client_hello()
235 if (!TEST_false(currtest == TEST_PADDING_NOT_NEEDED)) in test_client_hello()
237 else if (TEST_true(currtest == TEST_ADD_PADDING in test_client_hello()
238 || currtest == TEST_ADD_PADDING_AND_PSK)) in test_client_hello()
[all …]
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c40 int currtest = 0; variable
393 currtest++; \
397 printf("%s %d - %s\n", result ? "ok" : "not ok", currtest, (STR)); \