Searched refs:cipher_ecb2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c181 static unsigned char cipher_ecb2[NUM_TESTS - 1][8] = { variable
576 if (memcmp(out, cipher_ecb2[i], 8) != 0) {
578 i + 1, pt(key_data[i]), pt(in), pt(cipher_ecb2[i]),
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddestest.c203 static unsigned char cipher_ecb2[NUM_TESTS - 1][8] = { variable
466 if (memcmp(out, cipher_ecb2[i], 8) != 0) {
468 i + 1, pt(key_data[i]), pt(in), pt(cipher_ecb2[i]),

Completed in 109 milliseconds