Searched refs:michael_mic_ctx (Results 1 – 3 of 3) sorted by relevance
20 struct michael_mic_ctx { struct53 struct michael_mic_ctx *ctx = crypto_shash_ctx(desc->tfm); in michael_init()139 struct michael_mic_ctx *mctx = crypto_shash_ctx(tfm); in michael_setkey()164 .cra_ctxsize = sizeof(struct michael_mic_ctx),
16 static void michael_block(struct michael_mic_ctx *mctx, u32 val) in michael_block()30 static void michael_mic_hdr(struct michael_mic_ctx *mctx, const u8 *key, in michael_mic_hdr()61 struct michael_mic_ctx mctx; in michael_mic()
18 struct michael_mic_ctx { struct