Searched refs:bf_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/x86/crypto/ |
D | blowfish_glue.c | 20 asmlinkage void __blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src, 22 asmlinkage void blowfish_dec_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src); 25 asmlinkage void __blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst, 27 asmlinkage void blowfish_dec_blk_4way(struct bf_ctx *ctx, u8 *dst, 30 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk() 35 static inline void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_4way() 58 void (*fn)(struct bf_ctx *, u8 *, const u8 *), in ecb_crypt() argument 59 void (*fn_4way)(struct bf_ctx *, u8 *, const u8 *)) in ecb_crypt() argument 63 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_crypt() 114 static unsigned int __cbc_encrypt(struct bf_ctx *ctx, in __cbc_encrypt() [all …]
|
/linux-5.19.10/crypto/ |
D | blowfish_common.c | 310 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()
|
D | blowfish_generic.c | 38 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in bf_encrypt() 70 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in bf_decrypt() 106 .cra_ctxsize = sizeof(struct bf_ctx),
|
/linux-5.19.10/include/crypto/ |
D | blowfish.h | 16 struct bf_ctx { struct
|
/linux-5.19.10/drivers/isdn/mISDN/ |
D | dsp_blowfish.c | 76 struct bf_ctx { struct
|