Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/hash/
Dt_sha2.c118 static const struct testvector test512[] = { variable
232 for (i = 0; i < sizeof(test512) / sizeof(test512[0]); ++i) { in ATF_TC_BODY()
233 len = strlen(test512[i].vector); in ATF_TC_BODY()
236 memcpy(buf + j, test512[i].vector, len); in ATF_TC_BODY()
240 ATF_CHECK_STREQ(test512[i].hash, output); in ATF_TC_BODY()
/freebsd-12-stable/crypto/openssl/apps/
Dtestrsa.h10 static unsigned char test512[] = { variable
Dspeed.c1478 test512, test1024, test2048, test3072, test4096, test7680, test15360 in speed_main()
1481 sizeof(test512), sizeof(test1024), in speed_main()