bf_ctx             22 arch/x86/crypto/blowfish_glue.c asmlinkage void __blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src,
bf_ctx             24 arch/x86/crypto/blowfish_glue.c asmlinkage void blowfish_dec_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src);
bf_ctx             27 arch/x86/crypto/blowfish_glue.c asmlinkage void __blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst,
bf_ctx             29 arch/x86/crypto/blowfish_glue.c asmlinkage void blowfish_dec_blk_4way(struct bf_ctx *ctx, u8 *dst,
bf_ctx             32 arch/x86/crypto/blowfish_glue.c static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src)
bf_ctx             37 arch/x86/crypto/blowfish_glue.c static inline void blowfish_enc_blk_xor(struct bf_ctx *ctx, u8 *dst,
bf_ctx             43 arch/x86/crypto/blowfish_glue.c static inline void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst,
bf_ctx             49 arch/x86/crypto/blowfish_glue.c static inline void blowfish_enc_blk_xor_4way(struct bf_ctx *ctx, u8 *dst,
bf_ctx             72 arch/x86/crypto/blowfish_glue.c 		     void (*fn)(struct bf_ctx *, u8 *, const u8 *),
bf_ctx             73 arch/x86/crypto/blowfish_glue.c 		     void (*fn_4way)(struct bf_ctx *, u8 *, const u8 *))
bf_ctx             77 arch/x86/crypto/blowfish_glue.c 	struct bf_ctx *ctx = crypto_skcipher_ctx(tfm);
bf_ctx            128 arch/x86/crypto/blowfish_glue.c static unsigned int __cbc_encrypt(struct bf_ctx *ctx,
bf_ctx            154 arch/x86/crypto/blowfish_glue.c 	struct bf_ctx *ctx = crypto_skcipher_ctx(tfm);
bf_ctx            169 arch/x86/crypto/blowfish_glue.c static unsigned int __cbc_decrypt(struct bf_ctx *ctx,
bf_ctx            235 arch/x86/crypto/blowfish_glue.c 	struct bf_ctx *ctx = crypto_skcipher_ctx(tfm);
bf_ctx            250 arch/x86/crypto/blowfish_glue.c static void ctr_crypt_final(struct bf_ctx *ctx, struct skcipher_walk *walk)
bf_ctx            264 arch/x86/crypto/blowfish_glue.c static unsigned int __ctr_crypt(struct bf_ctx *ctx, struct skcipher_walk *walk)
bf_ctx            321 arch/x86/crypto/blowfish_glue.c 	struct bf_ctx *ctx = crypto_skcipher_ctx(tfm);
bf_ctx            347 arch/x86/crypto/blowfish_glue.c 	.cra_ctxsize		= sizeof(struct bf_ctx),
bf_ctx            367 arch/x86/crypto/blowfish_glue.c 		.base.cra_ctxsize	= sizeof(struct bf_ctx),
bf_ctx            379 arch/x86/crypto/blowfish_glue.c 		.base.cra_ctxsize	= sizeof(struct bf_ctx),
bf_ctx            392 arch/x86/crypto/blowfish_glue.c 		.base.cra_ctxsize	= sizeof(struct bf_ctx),
bf_ctx            310 crypto/blowfish_common.c static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src)
bf_ctx            346 crypto/blowfish_common.c 	struct bf_ctx *ctx = crypto_tfm_ctx(tfm);
bf_ctx            376 crypto/blowfish_common.c 		encrypt_block((struct bf_ctx *)ctx, data, data);
bf_ctx            384 crypto/blowfish_common.c 			encrypt_block((struct bf_ctx *)ctx, data, data);
bf_ctx             38 crypto/blowfish_generic.c 	struct bf_ctx *ctx = crypto_tfm_ctx(tfm);
bf_ctx             72 crypto/blowfish_generic.c 	struct bf_ctx *ctx = crypto_tfm_ctx(tfm);
bf_ctx            110 crypto/blowfish_generic.c 	.cra_ctxsize		=	sizeof(struct bf_ctx),