Home
last modified time | relevance | path

Searched refs:twofish_ctx (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Dtwofish_avx_glue.c40 asmlinkage void twofish_ecb_enc_8way(struct twofish_ctx *ctx, u8 *dst,
42 asmlinkage void twofish_ecb_dec_8way(struct twofish_ctx *ctx, u8 *dst,
45 asmlinkage void twofish_cbc_dec_8way(struct twofish_ctx *ctx, u8 *dst,
47 asmlinkage void twofish_ctr_8way(struct twofish_ctx *ctx, u8 *dst,
50 asmlinkage void twofish_xts_enc_8way(struct twofish_ctx *ctx, u8 *dst,
52 asmlinkage void twofish_xts_dec_8way(struct twofish_ctx *ctx, u8 *dst,
61 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way()
80 struct twofish_ctx tweak_ctx;
81 struct twofish_ctx crypt_ctx;
248 .base.cra_ctxsize = sizeof(struct twofish_ctx),
[all …]
Dtwofish_glue.c47 asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst,
50 asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst,
70 .cra_ctxsize = sizeof(struct twofish_ctx),
Dtwofish_glue_3way.c43 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way()
49 static inline void twofish_enc_blk_xor_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_xor_3way()
190 .base.cra_ctxsize = sizeof(struct twofish_ctx),
202 .base.cra_ctxsize = sizeof(struct twofish_ctx),
215 .base.cra_ctxsize = sizeof(struct twofish_ctx),
/Linux-v4.19/arch/x86/include/asm/crypto/
Dtwofish.h10 asmlinkage void twofish_enc_blk(struct twofish_ctx *ctx, u8 *dst,
12 asmlinkage void twofish_dec_blk(struct twofish_ctx *ctx, u8 *dst,
16 asmlinkage void __twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst,
18 asmlinkage void twofish_dec_blk_3way(struct twofish_ctx *ctx, u8 *dst,
/Linux-v4.19/include/crypto/
Dtwofish.h17 struct twofish_ctx { struct
21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, argument
/Linux-v4.19/crypto/
Dtwofish_generic.c110 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm); in twofish_encrypt()
147 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm); in twofish_decrypt()
187 .cra_ctxsize = sizeof(struct twofish_ctx),
Dtwofish_common.c582 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey()