Home
last modified time | relevance | path

Searched defs:bf_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/crypto/
Dblowfish.h15 struct bf_ctx { struct
16 u32 p[18];
17 u32 s[1024];
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_blowfish.c76 struct bf_ctx { struct
77 u32 p[18];
78 u32 s[1024];
/linux-4.4.14/arch/x86/crypto/
Dblowfish_glue.c81 void (*fn)(struct bf_ctx *, u8 *, const u8 *), in ecb_crypt()
82 void (*fn_4way)(struct bf_ctx *, u8 *, const u8 *)) in ecb_crypt()