Searched refs:tests2 (Results 1 – 4 of 4) sorted by relevance
309 } tests2[] = variable349 #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()
340 } tests2[] = variable382 #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()
200 tests2="integrity try-ciphers rekey"211 SKIP_LTESTS="$SKIP_LTESTS ${tests2} ${tests3} ${tests4} ${tests5}"214 LTESTS="${tests2}"
361 tests2 = GetTestsForAllIterations(369 sorted_sharded_tests = tests1 + tests2 + tests3