twofish_encrypt
twofish_encrypt((const twofish_ctx *)ctx, src, dst);
twofish_encrypt(&ctx->key2, ctx->tweak, ctx->tweak);
void twofish_encrypt(const twofish_ctx *ctx, const u_int8_t in_blk[], u_int8_t out_blk[]);