twofish_ctx
twofish_encrypt((const twofish_ctx *)ctx, src, dst);
twofish_decrypt((const twofish_ctx *)ctx, src, dst);
.ctxsize = sizeof(twofish_ctx),
twofish_ctx key1;
twofish_ctx key2;
static u_int32_t h_fun(const twofish_ctx *ctx, const u_int32_t x, const u_int32_t key[])
static void gen_mk_tab(twofish_ctx *ctx, u_int32_t key[])
void twofish_set_key(twofish_ctx *ctx, const u_int8_t in_key[], int key_len_bits)
void twofish_encrypt(const twofish_ctx *ctx, const u_int8_t in_blk[],
void twofish_decrypt(const twofish_ctx *ctx, const u_int8_t in_blk[], u_int8_t out_blk[])
void twofish_set_key(twofish_ctx *ctx, const u_int8_t in_key[], int key_len);
void twofish_encrypt(const twofish_ctx *ctx, const u_int8_t in_blk[], u_int8_t out_blk[]);
void twofish_decrypt(const twofish_ctx *ctx, const u_int8_t in_blk[], u_int8_t out_blk[]);