Searched refs:tests2 (Results 1 – 2 of 2) sorted by relevance
394 } tests2[] = variable436 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))485 char *cp = crypt_sha512(tests2[cnt].input, tests2[cnt].salt); in main()487 if (strcmp(cp, tests2[cnt].expected) != 0) { in main()489 cnt, tests2[cnt].expected, cp); in main()
363 } tests2[] = variable403 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))462 char *cp = crypt_sha256(tests2[cnt].input, tests2[cnt].salt); in main()464 if (strcmp(cp, tests2[cnt].expected) != 0) { in main()466 cnt, tests2[cnt].expected, cp); in main()