Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A 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/crypto/openssl/apps/
H A Dtestrsa.h10 static unsigned char test512[] = { variable
H A Dspeed.c1496 { test512, sizeof(test512), 512 }, in speed_main()