bf_ctx
.base.cra_ctxsize = sizeof(struct bf_ctx),
.base.cra_ctxsize = sizeof(struct bf_ctx),
asmlinkage void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src);
asmlinkage void blowfish_dec_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src);
asmlinkage void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst,
asmlinkage void __blowfish_dec_blk_4way(struct bf_ctx *ctx, u8 *dst,
static inline void blowfish_dec_ecb_4way(struct bf_ctx *ctx, u8 *dst,
static inline void blowfish_dec_cbc_4way(struct bf_ctx *ctx, u8 *dst,
.cra_ctxsize = sizeof(struct bf_ctx),
static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src)
struct bf_ctx *ctx = crypto_tfm_ctx(tfm);
encrypt_block((struct bf_ctx *)ctx, data, data);
encrypt_block((struct bf_ctx *)ctx, data, data);
.cra_ctxsize = sizeof(struct bf_ctx),
struct bf_ctx *ctx = crypto_tfm_ctx(tfm);
struct bf_ctx *ctx = crypto_tfm_ctx(tfm);