Searched defs:bf_ctx (Results 1 – 3 of 3) sorted by relevance
15 struct bf_ctx { struct16 u32 p[18];17 u32 s[1024];
76 struct bf_ctx { struct77 u32 p[18];78 u32 s[1024];
81 void (*fn)(struct bf_ctx *, u8 *, const u8 *), in ecb_crypt()82 void (*fn_4way)(struct bf_ctx *, u8 *, const u8 *)) in ecb_crypt()