Searched refs:bf_ctx (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | blowfish_glue.c | 22 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),
|
/openbmc/linux/crypto/ |
H A D | blowfish_common.c | 311 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()
|
H A D | blowfish_generic.c | 39 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),
|
/openbmc/linux/include/crypto/ |
H A D | blowfish.h | 16 struct bf_ctx { struct
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | dsp_blowfish.c | 76 struct bf_ctx { struct
|