Searched refs:tfm_michael (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/orinoco/ |
H A D | mic.c | 46 int orinoco_mic(struct crypto_hash *tfm_michael, u8 *key, orinoco_mic() argument 54 if (tfm_michael == NULL) { orinoco_mic() 55 printk(KERN_WARNING "orinoco_mic: tfm_michael == NULL\n"); orinoco_mic() 72 if (crypto_hash_setkey(tfm_michael, key, MIC_KEYLEN)) orinoco_mic() 75 desc.tfm = tfm_michael; orinoco_mic()
|
H A D | mic.h | 18 int orinoco_mic(struct crypto_hash *tfm_michael, u8 *key,
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_tkip.c | 505 static int michael_mic(struct crypto_hash *tfm_michael, u8 *key, u8 *hdr, michael_mic() argument 511 if (tfm_michael == NULL) { michael_mic() 512 pr_warn("michael_mic: tfm_michael == NULL\n"); michael_mic() 519 if (crypto_hash_setkey(tfm_michael, key, 8)) michael_mic() 522 desc.tfm = tfm_michael; michael_mic()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_tkip.c | 501 static int michael_mic(struct crypto_hash *tfm_michael, u8 *key, u8 *hdr, michael_mic() argument 507 if (tfm_michael == NULL) { michael_mic() 508 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n"); michael_mic() 516 if (crypto_hash_setkey(tfm_michael, key, 8)) michael_mic() 519 desc.tfm = tfm_michael; michael_mic()
|
/linux-4.1.27/net/wireless/ |
H A D | lib80211_crypt_tkip.c | 508 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, michael_mic() argument 514 if (tfm_michael == NULL) { michael_mic() 515 pr_warn("%s(): tfm_michael == NULL\n", __func__); michael_mic() 522 if (crypto_hash_setkey(tfm_michael, key, 8)) michael_mic() 525 desc.tfm = tfm_michael; michael_mic()
|
Completed in 149 milliseconds