Home
last modified time | relevance | path

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

/freebsd/lib/libcrypt/
H A Dcrypt-sha256.c309 } tests2[] = variable
349 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
408 char *cp = crypt_sha256(tests2[cnt].input, tests2[cnt].salt); in main()
410 if (strcmp(cp, tests2[cnt].expected) != 0) { in main()
412 cnt, tests2[cnt].expected, cp); in main()
H A Dcrypt-sha512.c340 } tests2[] = variable
382 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
431 char *cp = crypt_sha512(tests2[cnt].input, tests2[cnt].salt); in main()
433 if (strcmp(cp, tests2[cnt].expected) != 0) { in main()
435 cnt, tests2[cnt].expected, cp); in main()
/freebsd/crypto/openssh/.github/
H A Dconfigs200 tests2="integrity try-ciphers rekey"
211 SKIP_LTESTS="$SKIP_LTESTS ${tests2} ${tests3} ${tests4} ${tests5}"
214 LTESTS="${tests2}"
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-shuffle-test.py361 tests2 = GetTestsForAllIterations(
369 sorted_sharded_tests = tests1 + tests2 + tests3