Searched defs:twofish_ctx (Results 1 – 2 of 2) sorted by relevance
16 struct twofish_ctx { struct20 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, argument
63 void (*fn)(struct twofish_ctx *, u8 *, const u8 *), in ecb_crypt()64 void (*fn_3way)(struct twofish_ctx *, u8 *, const u8 *)) in ecb_crypt()469 struct twofish_ctx twofish_ctx; member