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

/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dtest.c36 } tests2[] = { variable in typeref:struct:__anon2454
67 } tests2[] = { variable in typeref:struct:__anon2455
98 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
118 strlen(tests2[cnt].expected));
120 tests2[cnt].input, tests2[cnt].salt, NULL);
122 if (cp == NULL || (strcmp(cp, tests2[cnt].expected) != 0)) {
125 strlen(tests2[cnt].expected), tests2[cn
[all...]

Completed in 43 milliseconds