Searched refs:tests2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/fips/des/
H A Dfips_des_selftest.c62 } tests2[] = { variable in typeref:struct:__anon143
116 tests2[0].plaintext[0]++;
127 tests2[n].key, NULL,
128 tests2[n].plaintext, tests2[n].ciphertext, 8))
/freebsd-9.3-release/lib/libcrypt/
H A Dcrypt-sha256.c363 } tests2[] = variable in typeref:struct:__anon5177
403 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
462 char *cp = crypt_sha256(tests2[cnt].input, tests2[cnt].salt);
464 if (strcmp(cp, tests2[cnt].expected) != 0) {
466 cnt, tests2[cnt].expected, cp);
H A Dcrypt-sha512.c394 } tests2[] = variable in typeref:struct:__anon5179
436 #define ntests2 (sizeof (tests2) / sizeof (tests2[0]))
485 char *cp = crypt_sha512(tests2[cnt].input, tests2[cnt].salt);
487 if (strcmp(cp, tests2[cnt].expected) != 0) {
489 cnt, tests2[cnt].expected, cp);

Completed in 55 milliseconds