Home
last modified time | relevance | path

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

/linux/include/crypto/
A Dblowfish.h16 struct bf_ctx { struct
17 u32 p[18];
18 u32 s[1024];
/linux/drivers/isdn/mISDN/
A Ddsp_blowfish.c76 struct bf_ctx { struct
77 u32 p[18];
78 u32 s[1024];
/linux/arch/x86/crypto/
A Dblowfish_glue.c70 void (*fn)(struct bf_ctx *, u8 *, const u8 *), in ecb_crypt()
71 void (*fn_4way)(struct bf_ctx *, u8 *, const u8 *)) in ecb_crypt()

Completed in 6 milliseconds