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

/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbftest.c222 static unsigned char cbc_ok[32] = { variable
348 printf("%02X", cbc_ok[j]);
470 if (memcmp(cbc_out, cbc_ok, 32) != 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c242 static unsigned char cbc_ok[32] = { variable
604 if (memcmp(cbc_out, cbc_ok, 32) != 0)
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddestest.c260 static unsigned char cbc_ok[32] = { variable
490 if (memcmp(cbc_out, cbc_ok, 32) != 0) {

Completed in 215 milliseconds