Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c60 static const struct testvector test256[] = { variable
178 for (i = 0; i < sizeof(test256) / sizeof(test256[0]); ++i) { in ATF_TC_BODY()
179 len = strlen(test256[i].vector); in ATF_TC_BODY()
182 memcpy(buf + j, test256[i].vector, len); in ATF_TC_BODY()
186 ATF_CHECK_STREQ(test256[i].hash, output); in ATF_TC_BODY()