Home
last modified time | relevance | path

Searched defs:twofish_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/crypto/
Dtwofish.h16 struct twofish_ctx { struct
20 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, argument
/linux-3.3/arch/x86/crypto/
Dtwofish_glue_3way.c63 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