Home
last modified time | relevance | path

Searched refs:michael_mic_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/crypto/
Dmichael_mic.c20 struct michael_mic_ctx { struct
53 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),
/linux-4.1.27/net/mac80211/
Dmichael.c16 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()
Dmichael.h18 struct michael_mic_ctx { struct