Lines Matching refs:bf_ctx
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()
140 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
155 static unsigned int __cbc_decrypt(struct bf_ctx *ctx, in __cbc_decrypt()
221 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
242 .cra_ctxsize = sizeof(struct bf_ctx),
262 .base.cra_ctxsize = sizeof(struct bf_ctx),
274 .base.cra_ctxsize = sizeof(struct bf_ctx),