IDEA_BLOCK
IDEA_cbc_encrypt(out, out, IDEA_BLOCK, &dkey, iv, 0);
if (!TEST_mem_eq(out, IDEA_BLOCK, c, sizeof(c)))
return TEST_mem_eq(out, IDEA_BLOCK, in, sizeof(in));
unsigned char iv[IDEA_BLOCK];