Home
last modified time | relevance | path

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

/linux/crypto/
H A Dblowfish_common.c311 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block()
347 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); in blowfish_setkey()
377 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey()
385 encrypt_block((struct bf_ctx *)ctx, data, data); in blowfish_setkey()
/linux/include/crypto/
H A Dblowfish.h16 struct bf_ctx { struct