Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/crypt_modules/sha256/
H A Dtest.c36 } tests2[] = { variable
67 } tests2[] = { variable
98 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
118 strlen(tests2[cnt].expected)); in main()
120 tests2[cnt].input, tests2[cnt].salt, NULL); in main()
122 if (cp == NULL || (strcmp(cp, tests2[cnt].expected) != 0)) { in main()
125 strlen(tests2[cnt].expected), tests2[cnt].expected, in main()