Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dtest.c34 } tests2[] = { variable
65 } tests2[] = { variable
96 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
116 strlen(tests2[cnt].expected)); in main()
118 tests2[cnt].input, tests2[cnt].salt, NULL); in main()
120 if (cp == NULL || (strcmp(cp, tests2[cnt].expected) != 0)) { in main()
123 strlen(tests2[cnt].expected), tests2[cnt].expected, in main()