Searched refs:tests2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libcrypt/
H A Dcrypt-sha256.c310 } tests2[] = variable in typeref:struct:__anon7588
350 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
409 char *cp = crypt_sha256(tests2[cnt].input, tests2[cnt].salt);
411 if (strcmp(cp, tests2[cnt].expected) != 0) {
413 cnt, tests2[cnt].expected, cp);
H A Dcrypt-sha512.c341 } tests2[] = variable in typeref:struct:__anon7590
383 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
432 char *cp = crypt_sha512(tests2[cnt].input, tests2[cnt].salt);
434 if (strcmp(cp, tests2[cnt].expected) != 0) {
436 cnt, tests2[cnt].expected, cp);
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-shuffle-test.py309 [tests2] = GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3',
315 sorted_sharded_tests = tests1 + tests2 + tests3

Completed in 142 milliseconds