Searched refs:michael_mic_ctx (Results 1 – 3 of 3) sorted by relevance
17 struct michael_mic_ctx { struct50 struct michael_mic_ctx *ctx = crypto_shash_ctx(desc->tfm); in michael_init()132 struct michael_mic_ctx *mctx = crypto_shash_ctx(tfm); in michael_setkey()153 .cra_ctxsize = sizeof(struct michael_mic_ctx),
13 static void michael_block(struct michael_mic_ctx *mctx, u32 val) in michael_block()27 static void michael_mic_hdr(struct michael_mic_ctx *mctx, const u8 *key, in michael_mic_hdr()58 struct michael_mic_ctx mctx; in michael_mic()
15 struct michael_mic_ctx { struct