Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_tkip.c467 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, in michael_mic() argument
470 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()