Searched refs:twofish_ctx (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/arch/x86/crypto/ |
| D | twofish_avx_glue.c | 40 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 …]
|
| 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 | 43 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/ |
| 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-v4.19/include/crypto/ |
| D | twofish.h | 17 struct twofish_ctx { struct 21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, argument
|
| /Linux-v4.19/crypto/ |
| D | twofish_generic.c | 110 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),
|
| D | twofish_common.c | 582 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey()
|