Home
last modified time | relevance | path

Searched refs:bf_ctx (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dblowfish_glue.c22 asmlinkage void __blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src,
24 asmlinkage void blowfish_dec_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src);
27 asmlinkage void __blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst,
29 asmlinkage void blowfish_dec_blk_4way(struct bf_ctx *ctx, u8 *dst,
32 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk()
37 static inline void blowfish_enc_blk_xor(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor()
43 static inline void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_4way()
49 static inline void blowfish_enc_blk_xor_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor_4way()
72 void (*fn)(struct bf_ctx *, u8 *, const u8 *), in ecb_crypt()
73 void (*fn_4way)(struct bf_ctx *, u in ecb_crypt()
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dblowfish_glue.c22 asmlinkage void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src);
23 asmlinkage void blowfish_dec_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src);
26 asmlinkage void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst,
28 asmlinkage void __blowfish_dec_blk_4way(struct bf_ctx *ctx, u8 *dst,
31 static inline void blowfish_dec_ecb_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_dec_ecb_4way()
37 static inline void blowfish_dec_cbc_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_dec_cbc_4way()
96 .cra_ctxsize = sizeof(struct bf_ctx),
116 .base.cra_ctxsize = sizeof(struct bf_ctx),
128 .base.cra_ctxsize = sizeof(struct bf_ctx),
/kernel/linux/linux-5.10/crypto/
H A Dblowfish_generic.c38 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in bf_encrypt()
72 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in bf_decrypt()
110 .cra_ctxsize = sizeof(struct bf_ctx),
H A Dblowfish_common.c310 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block()
346 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in blowfish_setkey()
376 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey()
384 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey()
/kernel/linux/linux-6.6/crypto/
H A Dblowfish_generic.c39 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in bf_encrypt()
71 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in bf_decrypt()
107 .cra_ctxsize = sizeof(struct bf_ctx),
H A Dblowfish_common.c311 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block()
347 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in blowfish_setkey()
377 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey()
385 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey()
/kernel/linux/linux-5.10/include/crypto/
H A Dblowfish.h16 struct bf_ctx { struct
/kernel/linux/linux-6.6/include/crypto/
H A Dblowfish.h16 struct bf_ctx { struct
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Ddsp_blowfish.c76 struct bf_ctx { struct
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Ddsp_blowfish.c76 struct bf_ctx { struct

Completed in 5 milliseconds