Home
last modified time | relevance | path

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

/trueos/contrib/netbsd-tests/lib/libc/hash/
HDt_sha2.c132 static const struct testvector test512[] = { variable
246 for (i = 0; i < sizeof(test512) / sizeof(test512[0]); ++i) { in ATF_TC_BODY()
247 len = strlen(test512[i].vector); in ATF_TC_BODY()
250 memcpy(buf + j, test512[i].vector, len); in ATF_TC_BODY()
254 ATF_CHECK_STREQ(test512[i].hash, output); in ATF_TC_BODY()
/trueos/crypto/openssl/apps/
HDtestrsa.h60 static unsigned char test512[] = { variable
HDspeed.c551 test512, test1024, test2048, test4096 in MAIN()
554 sizeof(test512), sizeof(test1024), in MAIN()