Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
A Dblowfish_glue.c27 asmlinkage void blowfish_dec_blk_4way(struct bf_ctx *ctx, u8 *dst,
70 void (*fn)(struct bf_ctx *, u8 *, const u8 *), in ecb_crypt() argument
71 void (*fn_4way)(struct bf_ctx *, u8 *, const u8 *)) in ecb_crypt() argument
75 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_crypt()
126 static unsigned int __cbc_encrypt(struct bf_ctx *ctx, in __cbc_encrypt()
152 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
167 static unsigned int __cbc_decrypt(struct bf_ctx *ctx, in __cbc_decrypt()
233 struct bf_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
254 .cra_ctxsize = sizeof(struct bf_ctx),
274 .base.cra_ctxsize = sizeof(struct bf_ctx),
[all …]
/linux/crypto/
A Dblowfish_common.c310 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block()
346 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in blowfish_setkey()
376 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey()
384 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey()
A Dblowfish_generic.c38 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in bf_encrypt()
70 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in bf_decrypt()
106 .cra_ctxsize = sizeof(struct bf_ctx),
/linux/include/crypto/
A Dblowfish.h16 struct bf_ctx { struct
/linux/drivers/isdn/mISDN/
A Ddsp_blowfish.c76 struct bf_ctx { struct

Completed in 11 milliseconds