Searched refs:bf_ctx (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/crypto/
H A Dblowfish.h15 struct bf_ctx { struct
/linux-4.1.27/arch/x86/crypto/
H A Dblowfish_glue.c37 asmlinkage void __blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src,
39 asmlinkage void blowfish_dec_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src);
42 asmlinkage void __blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst,
44 asmlinkage void blowfish_dec_blk_4way(struct bf_ctx *ctx, u8 *dst,
47 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) blowfish_enc_blk()
52 static inline void blowfish_enc_blk_xor(struct bf_ctx *ctx, u8 *dst, blowfish_enc_blk_xor()
58 static inline void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst, blowfish_enc_blk_4way()
64 static inline void blowfish_enc_blk_xor_4way(struct bf_ctx *ctx, u8 *dst, blowfish_enc_blk_xor_4way()
81 void (*fn)(struct bf_ctx *, u8 *, const u8 *), ecb_crypt()
82 void (*fn_4way)(struct bf_ctx *, u8 *, const u8 *)) ecb_crypt()
84 struct bf_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_crypt()
146 struct bf_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_encrypt()
187 struct bf_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_decrypt()
265 static void ctr_crypt_final(struct bf_ctx *ctx, struct blkcipher_walk *walk) ctr_crypt_final()
283 struct bf_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ctr_crypt()
364 .cra_ctxsize = sizeof(struct bf_ctx),
382 .cra_ctxsize = sizeof(struct bf_ctx),
401 .cra_ctxsize = sizeof(struct bf_ctx),
421 .cra_ctxsize = sizeof(struct bf_ctx),
/linux-4.1.27/crypto/
H A Dblowfish_generic.c43 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); bf_encrypt()
77 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); bf_decrypt()
115 .cra_ctxsize = sizeof(struct bf_ctx),
H A Dblowfish_common.c315 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) encrypt_block()
351 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); blowfish_setkey()
381 encrypt_block((struct bf_ctx *)ctx, data, data); blowfish_setkey()
389 encrypt_block((struct bf_ctx *)ctx, data, data); blowfish_setkey()
/linux-4.1.27/drivers/isdn/mISDN/
H A Ddsp_blowfish.c76 struct bf_ctx { struct

Completed in 102 milliseconds