Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c89 static const struct testvector test384[] = { variable
205 for (i = 0; i < sizeof(test384) / sizeof(test384[0]); ++i) { in ATF_TC_BODY()
206 len = strlen(test384[i].vector); in ATF_TC_BODY()
209 memcpy(buf + j, test384[i].vector, len); in ATF_TC_BODY()
213 ATF_CHECK_STREQ(test384[i].hash, output); in ATF_TC_BODY()