Home
last modified time | relevance | path

Searched refs:xcbc_ok (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Ddestest.c213 static unsigned char xcbc_ok[32] = { variable
220 static unsigned char xcbc_ok[32] = { variable
401 if (!TEST_mem_eq(cbc_out, sizeof(xcbc_ok), xcbc_ok, sizeof(xcbc_ok))) in test_des_ede_cbc()
/freebsd/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c255 static unsigned char xcbc_ok[32] = { variable
262 static unsigned char xcbc_ok[32] = { variable
635 if (memcmp(cbc_out, xcbc_ok, 32) != 0) { in ATF_TC_BODY()