Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/crypto/
Dtwofish_avx_glue.c25 asmlinkage void twofish_ecb_enc_8way(struct twofish_ctx *ctx, u8 *dst,
27 asmlinkage void twofish_ecb_dec_8way(struct twofish_ctx *ctx, u8 *dst,
30 asmlinkage void twofish_cbc_dec_8way(struct twofish_ctx *ctx, u8 *dst,
32 asmlinkage void twofish_ctr_8way(struct twofish_ctx *ctx, u8 *dst,
35 asmlinkage void twofish_xts_enc_8way(struct twofish_ctx *ctx, u8 *dst,
37 asmlinkage void twofish_xts_dec_8way(struct twofish_ctx *ctx, u8 *dst,
46 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way()
65 struct twofish_ctx tweak_ctx;
66 struct twofish_ctx crypt_ctx;
233 .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.c28 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_3way()
34 static inline void twofish_enc_blk_xor_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_xor_3way()
175 .base.cra_ctxsize = sizeof(struct twofish_ctx),
187 .base.cra_ctxsize = sizeof(struct twofish_ctx),
200 .base.cra_ctxsize = sizeof(struct twofish_ctx),
/Linux-v5.4/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-v5.4/include/crypto/
Dtwofish.h17 struct twofish_ctx { struct
21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, argument
/Linux-v5.4/crypto/
Dtwofish_generic.c97 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm); in twofish_encrypt()
134 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm); in twofish_decrypt()
174 .cra_ctxsize = sizeof(struct twofish_ctx),
Dtwofish_common.c569 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey()