Lines Matching refs:bf_ctx
22 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)
37 static inline void blowfish_enc_blk_xor(struct bf_ctx *ctx, u8 *dst,
43 static inline void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst,
49 static inline void blowfish_enc_blk_xor_4way(struct bf_ctx *ctx, u8 *dst,
72 void (*fn)(struct bf_ctx *, u8 *, const u8 *),
73 void (*fn_4way)(struct bf_ctx *, u8 *, const u8 *))
77 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm);
128 static unsigned int __cbc_encrypt(struct bf_ctx *ctx,
154 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm);
169 static unsigned int __cbc_decrypt(struct bf_ctx *ctx,
235 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm);
250 static void ctr_crypt_final(struct bf_ctx *ctx, struct skcipher_walk *walk)
264 static unsigned int __ctr_crypt(struct bf_ctx *ctx, struct skcipher_walk *walk)
321 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm);
347 .cra_ctxsize = sizeof(struct bf_ctx),
367 .base.cra_ctxsize = sizeof(struct bf_ctx),
379 .base.cra_ctxsize = sizeof(struct bf_ctx),
392 .base.cra_ctxsize = sizeof(struct bf_ctx),