Home
last modified time | relevance | path

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

/NextBSD/lib/libcrypt/
HDcrypt-sha512.c394 } tests2[] = variable
436 #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()
HDcrypt-sha256.c363 } tests2[] = variable
403 #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()