Searched refs:twofish_ctx (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/x86/crypto/ |
| D | twofish_avx_glue.c | 25 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 …]
|
| D | twofish_glue.c | 47 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),
|
| D | twofish_glue_3way.c | 28 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/ |
| D | twofish.h | 10 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/ |
| D | twofish.h | 17 struct twofish_ctx { struct 21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, argument
|
| /Linux-v5.4/crypto/ |
| D | twofish_generic.c | 97 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),
|
| D | twofish_common.c | 569 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey()
|