Searched refs:tfm_michael (Results 1 – 1 of 1) sorted by relevance
467 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, in michael_mic() argument470 SHASH_DESC_ON_STACK(desc, tfm_michael); in michael_mic()473 if (tfm_michael == NULL) { in michael_mic()478 desc->tfm = tfm_michael; in michael_mic()480 if (crypto_shash_setkey(tfm_michael, key, 8)) in michael_mic()