twofish_ctx        11 arch/x86/include/asm/crypto/twofish.h 	struct twofish_ctx twofish_ctx;
twofish_ctx        15 arch/x86/include/asm/crypto/twofish.h 	struct twofish_ctx tweak_ctx;
twofish_ctx        16 arch/x86/include/asm/crypto/twofish.h 	struct twofish_ctx crypt_ctx;
twofish_ctx        20 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        22 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        26 arch/x86/include/asm/crypto/twofish.h asmlinkage void __twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        28 arch/x86/include/asm/crypto/twofish.h asmlinkage void twofish_dec_blk_3way(struct twofish_ctx *ctx, u8 *dst,
twofish_ctx        20 include/crypto/twofish.h int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,